Description
Read-only property: a Boolean value that is
otherwise. The server string is
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
that coming from a web camera;
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 (
) or a special debugging version (
false
Example
The following example traces the value of this read-only property:
trace(System.capabilities.isDebugger);
if the player can play streaming video;
true
.
SV
if the player can encode a video stream, such as
true
otherwise. The server string is
false
true
.
VE
). The server string is
System.capabilities.isDebugger
false
.
DEB
433
Need help?
Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?