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.
The following example traces the value of this read-only property:
trace(System.capabilities.videoMIMETypes);