EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE - Hasembeddedvideo (Capabilities.hasembeddedvideo Property); Hasmappablesoftkeys (Capabilities.hasmappablesoftkeys Property); Hasmfi (Capabilities.hasmfi 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...
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

Table of Contents

Related product manuals