Hasmp3 (Capabilities.hasmp3 Property); Hasprinting (Capabilities.hasprinting Property); Hasqwertykeyboard (Capabilities.hasqwertykeyboard 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.hasMouse);

hasMP3 (capabilities.hasMP3 property)

public static hasMP3 :
Specifies if the mobile device has a MP3 decoder. A Boolean value that is
running on a system that has an MP3 decoder;
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 :
A Boolean value that is
printing;
otherwise. The server string is
false
Note: For Flash Lite 2.0, the value returned is always
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 :
Returns
if the Flash Lite player can process ActionScript code associated with all keys
true
found on a standard QWERTY keyboard, including the BACKSPACE key.
Otherwise, this property returns
Availability: ActionScript 1.0; Flash Lite 2.0
310
ActionScript classes
Boolean
[read-only]
Boolean
if the player is running on a mobile device that supports
true
Boolean
.
false
otherwise. The server string is
false
[read-only]
.
PR
.
false
[read-only]
if the player is
true
.
MP3

Advertisement

Table of Contents
loading

Table of Contents