Description
Method; copies the current selection from the document to the Clipboard.
Example
The following example copies the current selection from the document to the Clipboard:
fl.getDocumentDOM().clipCopy();
document.clipCut()
Availability
Flash MX 2004.
Usage
document.clipCut()
Parameters
None.
Returns
Nothing.
Description
Method; cuts the current selection from the document and writes it to the Clipboard.
Example
The following example cuts the current selection from the document and writes it to the
Clipboard:
fl.getDocumentDOM().clipCut();
document.clipPaste()
Availability
Flash MX 2004.
Usage
document.clipPaste( [bInPlace] )
Parameters
A Boolean value that, when set to
bInPlace
place operation. The default value is
operation to the center of the document. This parameter is optional.
Returns
Nothing.
Description
Method; pastes the contents of the Clipboard into the document.
, causes the method to perform a paste-in-
true
, which causes the method to perform a paste
false
Document object
77
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?