Has4Waykeyas (Capabilities.has4Waykeyas Property); Hasaccessibility (Capabilities.hasaccessibility Property); Hasaudio (Capabilities.hasaudio 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

has4WayKeyAS (capabilities.has4WayKeyAS
property)
public static has4WayKeyAS :
A Boolean value that is
with key event handlers that are associated with the left, right, up, and down keys. Otherwise,
this property returns
If the value of this variable is
looks for a handler for that key. If none is found, Flash performs control navigation. However,
if an event handler is found, no navigation action occurs for that key. In other words, the
presence of a keypress handler for a down key disables the ability to navigate down.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.has4WayKeyAS);
hasAccessibility (capabilities.hasAccessibility
property)
public static hasAccessibility :
A Boolean value that is
communication between Flash Player and accessibility aids;
string is
.
ACC
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.hasAccessibility);

hasAudio (capabilities.hasAudio property)

public static hasAudio :
Specifies if the system has audio capabilities. A Boolean value that is
running on a system that has audio capabilities;
Availability: ActionScript 1.0; Flash Lite 2.0
Boolean
if the Flash Lite player executes the ActionScript code associated
true
.
false
, when one of the four-way keys is pressed, the player first
true
Boolean
if the player is running in an environment that supports
true
Boolean
[read-only]
[read-only]
[read-only]
false
.
false
otherwise. The server string is
false
capabilities (System.capabilities)
otherwise. The server
if the player is
true
.
A
305

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents