Flash Lite 2.x and 3.0 ActionScript Language Reference

audioMIMETypes (capabilities.audioMIMETypes property)

public static audioMIMETypes : Array [read-only]

Returns an array of MIME types for audio codecs supported by a mobile device.

Example

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

 trace(System.capabilities.audioMIMETypes);