Hasembeddedvideo (Capabilities.hasembeddedvideo Property); Hasmappablesoftkeys (Capabilities.hasmappablesoftkeys Property); Hasmfi (Capabilities.hasmfi 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

Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasEmail);
hasEmbeddedVideo
(capabilities.hasEmbeddedVideo property)
public static hasEmbeddedVideo :
A Boolean value that is
embedded video;
false
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasEmbeddedVideo);
hasMappableSoftKeys
(capabilities.hasMappableSoftKeys property)
public static hasMappableSoftKeys :
Returns
if the mobile device allows you to reset or reassign softkey labels and handle
true
events from those softkeys. Otherwise,
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasMappableSoftKeys);

hasMFI (capabilities.hasMFI property)

public static hasMFI :
Returns
if the mobile device is capable of playing sound data in the MFI audio format.
true
Otherwise, this property returns
Availability: ActionScript 1.0; Flash Lite 2.0
308
ActionScript classes
Boolean
if the player is running on a mobile device that supports
true
otherwise. The server string is
false
Boolean
[read-only]
.
false
[read-only]
.
EV
Boolean
.

Advertisement

Table of Contents
loading

Table of Contents