EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Hasstreamingaudio (Capabilities.hasstreamingaudio Property); Hasstreamingvideo (Capabilities.hasstreamingvideo Property); Hasvideoencoder (Capabilities.hasvideoencoder Property)

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
capabilities (System.capabilities) 411
hasStreamingAudio (capabilities.hasStreamingAudio
property)
public static hasStreamingAudio : Boolean [read-only]
A Boolean value that is true if the player can play streaming audio; false otherwise. The
server string is
SA.
Availability: ActionScript 1.0; Flash Player 6,0,65,0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasStreamingAudio);
hasStreamingVideo (capabilities.hasStreamingVideo
property)
public static hasStreamingVideo : Boolean [read-only]
A Boolean value that is true if the player can play streaming video; false otherwise. The
server string is
SV.
Availability: ActionScript 1.0; Flash Player 6,0,65,0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasStreamingVideo);
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
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasVideoEncoder);

Table of Contents

Related product manuals