Screenorientation (Capabilities.screenorientation Property); Screenresolutionx (Capabilities.screenresolutionx Property); Screenresolutiony (Capabilities.screenresolutiony Property) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Example
The following example traces the value of this read-only property:
trace(System.capabilities.screenOrientation);
screenResolutionX (capabilities.screenResolutionX
property)
public static screenResolutionX :
An integer that indicates the maximum horizontal resolution of the screen. The server string is
(which returns both the width and height of the screen).
R
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.screenResolutionX);
screenResolutionY (capabilities.screenResolutionY
property)
public static screenResolutionY :
An integer that indicates the maximum vertical resolution of the screen. The server string is
(which returns both the width and height of the screen).
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.screenResolutionY);
softKeyCount (capabilities.softKeyCount property)
public static softKeyCount :
Indicates the number of remappable soft keys that the mobile device supports.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.softKeyCount);
318
ActionScript classes
Number
[read-only]
Number
[read-only]
Number
[read-only]
R

Advertisement

Table of Contents
loading

Table of Contents