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()