User Guide
828 Chapter 2: ActionScript Language Reference
System.capabilities.hasVideoEncoder
Availability
Flash Player 6.
Usage
System.capabilities.hasVideoEncoder:Boolean
Description
Read-only property: a Boolean value that is true if the player can encode a video stream, such as
that coming from a web camera;
false otherwise. The server string is VE.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasVideoEncoder);