Flash Lite 2.x and 3.0 ActionScript Language Reference

hasCompoundSound (capabilities.hasCompoundSound property)

public static hasCompoundSound : Boolean [read-only]

Returns true if the Flash Lite player can process compound sound data. Otherwise, it returns false.

Example

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

 trace(System.capabilities.hasCompoundSound);