Imagemimetypes (Capabilities.imagemimetypes Property); Isdebugger (Capabilities.isdebugger Property) - 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

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents