EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE - Version (Capabilities.version Property); Videomimetypes (Capabilities.videomimetypes Property); Color

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE
780 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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

Table of Contents

Related product manuals