User Guide
310 ActionScript classes
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasMouse);
hasMP3 (capabilities.hasMP3 property)
public static hasMP3 : Boolean [read-only]
Specifies if the mobile device has a MP3 decoder. A Boolean value that is true if the player is
running on a system that has an MP3 decoder;
false otherwise. The server string is MP3.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasMP3);
hasPrinting (capabilities.hasPrinting property)
public static hasPrinting : Boolean [read-only]
A Boolean value that is true if the player is running on a mobile device that supports
printing;
false otherwise. The server string is PR.
Note: For Flash Lite 2.0, the value returned is always
false.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasPrinting);
hasQWERTYKeyboard
(capabilities.hasQWERTYKeyboard property)
public static hasQWERTYKeyboard : Boolean [read-only]
Returns true if the Flash Lite player can process ActionScript code associated with all keys
found on a standard QWERTY keyboard, including the BACKSPACE key.
Otherwise, this property returns
false.
Availability: ActionScript 1.0; Flash Lite 2.0