EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE - Hasmidi (Capabilities.hasmidi Property); Hasmms (Capabilities.hasmms Property); Hasmouse (Capabilities.hasmouse 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...
capabilities (System.capabilities) 309
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasMFI);
hasMIDI (capabilities.hasMIDI property)
public static hasMIDI : Boolean [read-only]
Returns true if the mobile device is capable of playing sound data in the MIDI audio format.
Otherwise, this property returns
false.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasMIDI);
hasMMS (capabilities.hasMMS property)
public static hasMMS : Boolean [read-only]
Returns true if the mobile device can send MMS messages with the GetURL ActionScript
command.
Otherwise, this property returns
false.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasMMS);
hasMouse (capabilities.hasMouse property)
public static hasMouse : Boolean [read-only]
Indicates whether the mobile device sends mouse-related events to a Flash Lite player.
This property returns
true if the mobile device sends mouse-related events to a Flash Lite
player. Otherwise, it returns
false.
Availability: ActionScript 1.0; Flash Lite 2.0

Table of Contents

Related product manuals