EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE - Imagemimetypes (Capabilities.imagemimetypes Property); Isdebugger (Capabilities.isdebugger Property)

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...
314 ActionScript classes
Specifies if the Flash Player can encode a video stream. A Boolean value that is true if the
player can encode a video stream, such as that coming from a web camera;
false otherwise.
The server string is
VE.
Note: For Flash Lite 2.0, the value returned is always
false.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasVideoEncoder);
imageMIMETypes (capabilities.imageMIMETypes
property)
public static imageMIMETypes : Array [read-only]
Returns an array that contains all MIME types that the loadMovie function and the codecs
for a mobile device support for processing images.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.imageMIMETypes);
isDebugger (capabilities.isDebugger property)
public static isDebugger : Boolean [read-only]
A Boolean value that indicates whether the player is an officially released version (false) or a
special debugging version (
true). The server string is DEB.
Note: For Flash Lite 2.0, the value returned is always
false.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.isDebugger);

Table of Contents

Related product manuals