MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 437

Actionscript language reference
Table of Contents

Advertisement

System.capabilities.playerType
Availability
Flash Player 7.
Usage
System.capabilities.playerType;String
Description
Read-only property; a string that indicates the type of player. This property can have one of the
following values:
"StandAlone"
for the Flash Player version used by test movie mode,
"External"
for the Flash Player browser plug-in
"PlugIn"
for the Flash Player ActiveX Control used by Microsoft Internet Explorer
"ActiveX"
The server string is
Example
The following example traces the value of this read-only property:
trace(System.capabilities.playerType);
System.capabilities.screenColor
Availability
Flash Player 6.
Usage
System.capabilities.screenColor:String
Description
Read-only property; a string that indicates the screen color. This property can have the value
", "
" or
"color
gray
The server string is
Example
The following example traces the value of this read-only property:
trace(System.capabilities.screenColor);
System.capabilities.screenDPI
Availability
Flash Player 6.
Usage
System.capabilities.screenDPI:Number
for the Flash StandAlone Player
.
PT
", which represents color, grayscale, and black and white, respectively.
"bw
.
COL
System.capabilities.screenDPI
437

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flex

Table of Contents