User Guide

System.capabilities.hasEmbeddedVideo 821
System.capabilities.hasEmbeddedVideo
Availability
Flash Player 6 r65.
Usage
System.capabilities.hasEmbeddedVideo:Boolean
Description
Read-only property: 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.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasEmbeddedVideo);