ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > capabilities (System.capabilities) > hasAudio (capabilities.hasAudio property) | |||
public static hasAudio : Boolean [read-only]
Specifies if the player is running on a system that has audio capabilities. In Flash Player, this property is always true. The server string is A.
Availability: ActionScript 1.0; Flash Player 6
The following example traces the value of this read-only property:
trace(System.capabilities.hasAudio);
|
|
|
|