User Guide

System.capabilities.hasAudio 819
System.capabilities.hasAudio
Availability
Flash Player 6.
Usage
System.capabilities.hasAudio:Boolean
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);