ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > capabilities (System.capabilities) > 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
The following example traces the value of this read-only property:
trace(System.capabilities.hasPrinting);
|
|
|
|