EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Hasprinting (Capabilities.hasprinting Property); Hasscreenbroadcast (Capabilities.hasscreenbroadcast Property); Hasscreenplayback (Capabilities.hasscreenplayback 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...
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);

Table of Contents

Related product manuals