|
|
document.clipCut()
AvailabilityFlash
MX 2004.
DescriptionMethod;
cuts the current selection from the document and writes it to the Clipboard.
ExampleThe
following example cuts the current selection from the document and writes
it to the Clipboard:
fl.getDocumentDOM().clipCut();
|