Flash Lite 2.x and 3.0 ActionScript Language Reference

screenResolutionY (capabilities.screenResolutionY property)

public static screenResolutionY : Number [read-only]

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);