User Guide
System.capabilities.isDebugger 433
Description
Read-only property: a Boolean value that is true if the player can play streaming video; false
otherwise. The server string is
SV.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasStreamingVideo);
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);
System.capabilities.isDebugger
Availability
Flash Player 6.
Usage
System.capabilities.isDebugger:Boolean
Description
Read-only property; a Boolean value that indicates whether the player is an officially released
version (
false) or a special debugging version (true). The server string is DEB.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.isDebugger);