Flash Lite 2.x and 3.0 ActionScript Language Reference

videoMIMETypes (capabilities.videoMIMETypes property)

public static videoMIMETypes : Array [read-only]

Indicates all the MIME types for video that the mobile device's codecs support.

This property returns an array of all the MIME types for video that the mobile device's codecs support.

Example

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

 trace(System.capabilities.videoMIMETypes);