User Guide
Color 319
version (capabilities.version property)
public static version : String [read-only]
A string that contains the Flash Player platform and version information (for example, "WIN
7,1,0,0"
). The server string is V.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.version);
videoMIMETypes (capabilities.videoMIMETypes
property)
public static videoMIMETypes : Array [read-only]
Indicates all the MIME types for video that the mobile device's codecs support.
This property returns an array of all the MIME types for video that the mobile device's codecs
support.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.videoMIMETypes);
Color
Object
|
+-Color
public class Color
extends Object
The Color class lets you set the RGB color value and color transform of movie clips and
retrieve those values once they have been set.
You must use the constructor
new Color() to create a Color object before calling its
methods.
Availability: ActionScript 1.0; Flash Lite 2.0