Flash CS4 Resources
Using Flash
ActionScript 3.0 and Components
ActionScript 2.0 and Components
Adobe AIR
Flash Lite
Extending Flash
Flash MX 2004.
document.clipCopy()
None.
Nothing.
Method; copies the current selection from the document to the Clipboard.
To copy a string to the Clipboard, use fl.clipCopyString().
The following example copies the current selection from the document to the Clipboard:
fl.getDocumentDOM().clipCopy();
document.clipCut(), document.clipPaste()