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