ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > capabilities (System.capabilities) > pixelAspectRatio (capabilities.pixelAspectRatio property) | |||
public static pixelAspectRatio : Number [read-only]
An integer that indicates the pixel aspect ratio of the screen. The server string is AR.
Availability: ActionScript 1.0; Flash Player 6
The following example traces the value of this read-only property:
trace(System.capabilities.pixelAspectRatio);
|
|
|
|