hasEmbeddedVideo (capabilities.hasEmbeddedVideo property)

public static hasEmbeddedVideo : Boolean [read-only]

A Boolean value that is true if the player is running on a system that supports embedded video; false otherwise. The server string is EV.

Availability: ActionScript 1.0; Flash Player 6,0,65,0

Example

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

trace(System.capabilities.hasEmbeddedVideo);