Extending Flash |
|
|
|
| Objects > Document object > document.clipCut() | |||
Flash MX 2004.
document.clipCut()
None.
Nothing.
Method; cuts the current selection from the document and writes it to the Clipboard.
The following example cuts the current selection from the document and writes it to the Clipboard:
fl.getDocumentDOM().clipCut();
document.clipCopy(), document.clipPaste(), fl.clipCopyString()
|
|
|
|