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

javascript
The following example cuts the current selection from the document and writes it to the Clipboard:
fl.getDocumentDOM().clipCut();


#### See also

document.clipCopy() (../Document_object/docume30.md), document.clipPaste() (../Document_object/docume32.md), fl.clipCopyString() (../flash_object_(fl)/fl6.md).

<span id="document.clipPaste()" class="anchor"></span>