Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 654 Bytes

File metadata and controls

35 lines (19 loc) · 654 Bytes

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

See also

document.clipCut(), document.clipPaste()