Flash Lite 2.x and 3.0 ActionScript Language Reference

MIMETypes (capabilities.MIMETypes property)

public static MIMETypes : Array [read-only]

Returns an array that contains all MIME types that the loadMovie function, Sound and Video objects support.

Example

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

 trace(System.capabilities.MIMETypes);