Flash Lite 2.x and 3.0 ActionScript Language Reference

imageMIMETypes (capabilities.imageMIMETypes property)

public static imageMIMETypes : Array [read-only]

Returns an array that contains all MIME types that the loadMovie function and the codecs for a mobile device support for processing images.

Example

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

 trace(System.capabilities.imageMIMETypes);