public static hasCompoundSound : Boolean [read-only]
Returns true if the Flash Lite player can process compound sound data. Otherwise, it returns false.
The following example traces the value of this read-only property:
trace(System.capabilities.hasCompoundSound);