User Guide
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