MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 87

Extending flash
Table of Contents

Advertisement

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();
document.clipPaste()
Availability
Flash MX 2004.
Usage
document.clipPaste( [bInPlace] )
Parameters
A Boolean value that, when set to
, causes the method to perform a paste-in-
bInPlace
true
place operation. The default value is
, which causes the method to perform a paste
false
operation to the center of the document. This parameter is optional.
Returns
Nothing.
Description
Method; pastes the contents of the Clipboard into the document.
Document object
87

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents