Version (Capabilities.version Property); Videomimetypes (Capabilities.videomimetypes Property); Color - MACROMEDIA FLASHLITE2 ACTIONSCRIPT-LANGUAGE Reference

Actionscript language reference
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
Need help?

Need help?

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

This manual is also suitable for:

Flash lite 2

Table of Contents