EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Hasaudio (Capabilities.hasaudio Property); Hasaudioencoder (Capabilities.hasaudioencoder Property)

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
408 ActionScript classes
Availability: ActionScript 1.0; Flash Player 6
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasAccessibility);
See also
isActive (Accessibility.isActive method), updateProperties
(Accessibility.updateProperties method)
,
hasAudio (capabilities.hasAudio property)
public static hasAudio : Boolean [read-only]
Specifies if the system has audio capabilities. A Boolean value that is true if the player is
running on a system that has audio capabilities;
false otherwise. The server string is A.
Availability: ActionScript 1.0; Flash Player 6
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasAudio);
hasAudioEncoder (capabilities.hasAudioEncoder
property)
public static hasAudioEncoder : Boolean [read-only]
Specifies if the Flash Player can encode an audio stream. A Boolean value that is true if the
player can encode an audio stream, such as that coming from a microphone;
false otherwise.
The server string is
AE.
Availability: ActionScript 1.0; Flash Player 6
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasAudioEncoder);

Table of Contents

Related product manuals