MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 664

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

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
A plain-text string of characters to place on the system clipboard, replacing its current
string
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
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
An optional number that specifies which Flash Player Settings panel to display, as shown
panel
in the following table:
Value passed for
None (parameter is omitted)
or an unsupported value
0
1
2
3
Returns
Nothing.
664
Chapter 12: ActionScript Dictionary
if the text was successfully placed on the clipboard,
true
Settings panel displayed
panel
Whichever panel was open the last time the user closed the Player
Settings panel
Privacy
Local Storage
Microphone
Camera
otherwise.
false

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents