User Guide
838 Chapter 2: ActionScript Language Reference
System.capabilities.screenDPI
Availability
Flash Player 6.
Usage
System.capabilities.screenDPI:Number
Description
Read-only property; a number that indicates the dots-per-inch (dpi) resolution of the screen, in
pixels. The server string is
DP.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.screenDPI);