public static hasEmbeddedVideo : Boolean [read-only]
A Boolean value that indicates whether the mobile device supports embedded video.
Note: The hasEmbeddedVideo property is always true in Flash Lite 2.0 and Flash Lite 2.1, indicating library support for device video.
The following example traces the value of this read-only property:
trace(System.capabilities.hasEmbeddedVideo);