Flash Lite 2.x and 3.0 ActionScript Language Reference

hasStreamingAudio (capabilities.hasStreamingAudio property)

public static hasStreamingAudio : Boolean [read-only]

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);