public static hasSMAF : Boolean [read-only]
Returns true if the mobile device is capable of playing sound data in the SMAF audio format.
Otherwise, this property returns false.
The following example traces the value of this read-only property:
trace(System.capabilities.hasSMAF);