410
ActionScript classes
hasPrinting (capabilities.hasPrinting property)
public static hasPrinting : Boolean [read-only]
A Boolean value that is
true
if the player is running on a system that supports printing;
false
otherwise. The server string is
PR
.
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.hasPrinting);
hasScreenBroadcast
(capabilities.hasScreenBroadcast property)
public static hasScreenBroadcast : Boolean [read-only]
A Boolean value that is
true
if the player supports the development of screen broadcast
applications to be run through the Flash Communication Server;
false
otherwise. The server
string is
SB
.
Availability:
ActionScript 1.0; Flash Player 6,0,79,0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenBroadcast);
hasScreenPlayback (capabilities.hasScreenPlayback
property)
public static hasScreenPlayback : Boolean [read-only]
A Boolean value that is
true
if the player supports the playback of screen broadcast
applications that are being run through the Flash Communication Server;
false
otherwise.
The server string is
SP
.
Availability:
ActionScript 1.0; Flash Player 6,0,79,0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenPlayback);
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...