ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > capabilities (System.capabilities) > hasVideoEncoder (capabilities.hasVideoEncoder property) | |||
public static hasVideoEncoder : Boolean [read-only]
Specifies if the Flash Player can encode a video stream. 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.
Availability: ActionScript 1.0; Flash Player 6
The following example traces the value of this read-only property:
trace(System.capabilities.hasVideoEncoder);
|
|
|
|