User Guide

System.capabilities.hasScreenBroadcast 431
System.capabilities.hasMP3
Availability
Flash Player 6.
Usage
System.capabilities.hasMP3:Boolean
Description
Read-only property: a Boolean value that is true if the player is running on a system that has an
MP3 decoder;
false otherwise. The server string is MP3.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasMP3);
System.capabilities.hasPrinting
Availability
Flash Player 6 r65.
Usage
System.capabilities.hasPrinting:Boolean
Description
Read-only property: a Boolean value that is true if the player is running on a system that
supports printing;
false otherwise. The server string is PR.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasPrinting);
System.capabilities.hasScreenBroadcast
Availability
Flash Player 6 r79.
Usage
System.capabilities.hasScreenBroadcast:Boolean
Description
Read-only property: 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.