Version (Capabilities.version Property); Videomimetypes (Capabilities.videomimetypes Property); Color - 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

version (capabilities.version property)

public static version :
A string that contains the Flash Player platform and version information (for example,
). The server string is
7,1,0,0"
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 :
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
methods.
Availability: ActionScript 1.0; Flash Lite 2.0
String
[read-only]
.
V
Array
[read-only]
to create a Color object before calling its
new Color()
"WIN
Color
319

Advertisement

Table of Contents
loading

Table of Contents