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

Example

The following example traces the value of this read-only property:

trace(System.capabilities.hasAudio);