308
ActionScript classes
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 :
Boolean
[read-only]
A Boolean value that is
true
if the player is running on a mobile device that supports
embedded video;
false
otherwise. The server string is
EV
.
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 :
Boolean
Returns
true
if the mobile device allows you to reset or reassign softkey labels and handle
events from those softkeys. Otherwise,
false
.
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 :
Boolean
[read-only]
Returns
true
if the mobile device is capable of playing sound data in the MFI audio format.
Otherwise, this property returns
false
.
Availability:
ActionScript 1.0; Flash Lite 2.0
Summary of Contents for FLASHLITE2 ACTIONSCRIPT-LANGUAGE
Page 1: ...Flash Lite 2 x ActionScript Language Reference...
Page 22: ...22 Contents...
Page 244: ...244 ActionScript language elements...
Page 760: ...760 ActionScript classes...