ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > capabilities (System.capabilities) > screenDPI (capabilities.screenDPI property) | |||
public static screenDPI : Number [read-only]
A number that indicates the dots-per-inch (dpi) resolution of the screen, in pixels. The server string is DP.
Availability: ActionScript 1.0; Flash Player 6
The following example traces the value of this read-only property:
trace(System.capabilities.screenDPI);
|
|
|
|