MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 432

Actionscript language reference
Table of Contents

Advertisement

Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenBroadcast);
System.capabilities.hasScreenPlayback
Availability
Flash Player 6 r79.
Usage
System.capabilities.hasScreenPlayback:Boolean
Description
Read-only property: a Boolean value that is
broadcast applications that are being run through the Flash Communication Server;
otherwise. The server string is
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenPlayback);
System.capabilities.hasStreamingAudio
Availability
Flash Player 6 r65.
Usage
System.capabilities.hasStreamingAudio:Boolean
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.hasStreamingAudio);
System.capabilities.hasStreamingVideo
Availability
Flash Player 6 r65.
Usage
System.capabilities.hasStreamingVideo:Boolean
432
Chapter 6: ActionScript Core Classes
if the player supports the playback of screen
true
.
SP
if the player can play streaming audio;
true
.
SA
false
false

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flex

Table of Contents