User Guide

820 Chapter 2: ActionScript Language Reference
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);