document.clipCopy()

#### Availability

Flash MX 2004.

#### Usage

document.clipCopy()

#### Parameters

None.

#### Returns

Nothing.

#### Description

Method; copies the current selection from the document to the Clipboard. To copy a string to the Clipboard, use fl.clipCopyString() (../flash_object_(fl)/fl6.md).

#### Example

javascript
The following example copies the current selection from the document to the Clipboard:

fl.getDocumentDOM().clipCopy();


#### See also

document.clipCut() (../Document_object/docume31.md), document.clipPaste() (../Document_object/docume32.md)

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