Flash Lite 2.x and 3.0 ActionScript Language Reference

hasEmbeddedVideo (capabilities.hasEmbeddedVideo property)

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.

Example

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

 trace(System.capabilities.hasEmbeddedVideo);