User Guide
840 Chapter 2: ActionScript Language Reference
System.capabilities.screenResolutionY
Availability
Flash Player 6.
Usage
System.capabilities.screenResolutionY:Number
Description
Read-only property; an integer that indicates the maximum vertical resolution of the screen. The
server string is
R (which returns both the width and height of the screen).
Example
The following example traces the value of this read-only property:
trace(System.capabilities.screenResolutionY);