User Guide
826 Chapter 2: ActionScript Language Reference
System.capabilities.hasStreamingAudio
Availability
Flash Player 6 r65.
Usage
System.capabilities.hasStreamingAudio:Boolean
Description
Read-only property: a Boolean value that is true if the player can play streaming audio; false
otherwise. The server string is
SA.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasStreamingAudio);