664 Chapter 12: ActionScript Dictionary
System.setClipboard()
Availability
Authoring: Flash MX 2004.
Playback: SWF files published for Flash Player 6 or later, playing in Flash Player 7 or later.
Usage
System.setClipboard(string)
Parameters
string
A plain-text string of characters to place on the system clipboard, replacing its current
contents (if any). If you pass a string literal, as opposed to a variable of type string, enclose the
literal in quotation marks.
Returns
A Boolean value of true if the text was successfully placed on the clipboard, false otherwise.
Description
Method; replaces the contents of the system clipboard with a specified text string.
System.showSettings()
Availability
Flash Player 6.
Usage
System.showSettings([panel])
Parameters
panel
An optional number that specifies which Flash Player Settings panel to display, as shown
in the following table:
Returns
Nothing.
Value passed for panel Settings panel displayed
None (parameter is omitted)
or an unsupported value
Whichever panel was open the last time the user closed the Player
Settings panel
0 Privacy
1 Local Storage
2Microphone
3Camera