screenResolutionX (capabilities.screenResolutionX property)

public static screenResolutionX : Number [read-only]

An integer that indicates the maximum horizontal resolution of the screen. The server string is R (which returns both the width and height of the screen).

Availability: ActionScript 1.0; Flash Player 6

Example

The following example traces the value of this read-only property:

trace(System.capabilities.screenResolutionX);