User Guide
capabilities (System.capabilities) class 25
hasMouse
A read-only Boolean value that is true if the player can send mouse-
related events and
false if the platform does not support a mouse.
hasMappableSoftKeys
Allows user to set soft-key values and handle events from those soft
keys.
hasStylus
A read-only Boolean value that is true if the player can send stylus-
related events and
false if the platform does not support a stylus.
The
onMouseMove event is not supported by a stylus. This flag allows
the content to check if this event is supported.
hasCMIDI
A read-only Boolean value that is true if the platform supports CMIDI
sound, and
false if the platform does not support CMIDI sound.
softKeyCount
A number specifying the number of soft keys that the platform
supports.
hasSharedObjects
A read-only Boolean value that is true if Flash content playing back in
this application can access Flash Lite shared objects;
false
otherwise.
hasQWERTYKeyboard
A read-only Boolean value that is true if ActionScript can be attached
to all keys found on a standard QWERTY keyboard and the
Backspace key;
false otherwise.
audioMIMETypes
A read-only property that contains an array of MIME types that the
device’s audio codecs support, and that can be used by the
ActionScript Sound object.
imageMIMETypes
A read-only property that contains an array of MIME types that the
device’s image codecs support and that can be used by the
loadMovie
ActionScript function.
videoMIMETypes
A read-only property that contains an array of MIME types that the
device’s video codecs support and that can be used by the
ActionScript Video object.
MIMETypes
A read-only property that contains an array of all the MIME types that
the Sound and Video objects support and the
loadMovie()
ActionScript function.
Property Description