The screen API contains a single class, Screen, which provides static members for getting system screen information, and instance members for describing a particular screen.
A computer system can have several monitors or displays attached, which can correspond to several desktop screens arranged in a virtual space. The AIR Screen class provides information about the screens, their relative arrangement, and their usable space. If more than one monitor maps to the same screen, only one screen exists. If the size of a screen is larger than the display area of the monitor, there is no way to determine which portion of the screen is currently visible.
A screen represents an independent desktop display area. Screens are described as rectangles within the virtual desktop. The top-left corner of screen designated as the primary display is the origin of the virtual desktop coordinate system. All values used to describe a screen are provided in pixels.
For detailed information about the screen API class, methods, properties, and events, see the Flex ActionScript 3.0 Language Reference (http://www.adobe.com/go/learn_flex3_aslr).