User Guide

System.capabilities.pixelAspectRatio 835
System.capabilities.pixelAspectRatio
Availability
Flash Player 6.
Usage
System.capabilities.pixelAspectRatio:Number
Description
Read-only property; an integer that indicates the pixel aspect ratio of the screen. The server string
is
AR.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.pixelAspectRatio);