User Guide

System.capabilities.hasPrinting 823
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);