public static screenOrientation : String [read-only]
This member variable of the System.capabilities object that indicates the current screen orientation.
Possible values for screenOrientation property:
The following example traces the value of this read-only property:
trace(System.capabilities.screenOrientation);