User Guide

Color 417
L=en&PT=External&AVD=f&LFD=f&WD=f
Availability: ActionScript 1.0; Flash Player 6
Example
The following example traces the value of this read-only property:
trace(System.capabilities.serverString);
version (capabilities.version property)
public static version : String [read-only]
A string containing the Flash Player platform and version information (for example, "WIN
8,0,0,0"
). The server string is V.
Availability: ActionScript 1.0; Flash Player 6
Example
The following example traces the value of this read-only property:
trace(System.capabilities.version);
Color
Object
|
+-Color
public class Color
extends Object
Deprecated since Flash Player 8. The Color class has been deprecated in favor of the
flash.geom.ColorTransform class.
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 Player 5