| 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;
mSystem.getDesktopWorkArea() : ObjectAn object with the following properties:
Bottom Left Right Top Method; Returns the desktop work area rectangle. The work area is the portion of the desktop not obscured by the system taskbar or by application desktop toolbars.
The following example gets the work area rectangle.
var Rect = mSystem.getDesktopWorkArea(); trace(Rect.left+","+Rect.top+","+Rect.right+","+Rect.bottom);
| Questions or Feedback? | Previous | Next |