Hasmidi (Capabilities.hasmidi Property); Hasmms (Capabilities.hasmms Property); Hasmouse (Capabilities.hasmouse 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

Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasMFI);

hasMIDI (capabilities.hasMIDI property)

public static hasMIDI :
Returns
if the mobile device is capable of playing sound data in the MIDI audio format.
true
Otherwise, this property returns
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 :
Returns
if the mobile device can send MMS messages with the
true
command.
Otherwise, this property returns
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 :
Indicates whether the mobile device sends mouse-related events to a Flash Lite player.
This property returns
player. Otherwise, it returns
Availability: ActionScript 1.0; Flash Lite 2.0
Boolean
[read-only]
.
false
Boolean
[read-only]
.
false
Boolean
[read-only]
if the mobile device sends mouse-related events to a Flash Lite
true
.
false
ActionScript
GetURL
capabilities (System.capabilities)
309

Advertisement

Table of Contents
loading

Table of Contents