| Previous | Next | |
Windows: Flash 8 or 9 AS2.0 SWF + mProjector
3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector
2.0;
Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector
2.0; replacing mProjector
1.0 async
mWindow.getPosition() : ObjectAn object with the following properties:
x y Method; Retrieves a window's position. The position returned is relative to the top-left corner of the screen.
The following example gets a window's position.
var Position = mWindow.getPosition(); mApplication.trace(Position.x+","+Position.y);
mWindow.getSize(), mWindow.setPosition(), mWindow.setSize(),
mProjector Class Basics -- mWindow
| Questions or Feedback? | Previous | Next |