User Guide
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);