User Guide
430 Chapter 6: ActionScript Core Classes
Description
Read-only property: 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.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasAudio);
System.capabilities.hasAudioEncoder
Availability
Flash Player 6.
Usage
System.capabilities.hasAudioEncoder:Boolean
Description
Read-only property: 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.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasAudioEncoder);
System.capabilities.hasEmbeddedVideo
Availability
Flash Player 6 r65.
Usage
System.capabilities.hasEmbeddedVideo:Boolean
Description
Read-only property: a Boolean value that is true if the player is running on a system that
supports embedded video;
false otherwise. The server string is EV.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasEmbeddedVideo);