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

Example

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

fl.getDocumentDOM().clipCopy();