Document object
77
Description
Method; copies the current selection from the document to the Clipboard.
Example
The following example copies the current selection from the document to the Clipboard:
fl.getDocumentDOM().clipCopy();
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
bInPlace
A Boolean value that, when set to
true
, causes the method to perform a paste-in-
place operation. The default value is
false
, which causes the method to perform a paste
operation to the center of the document. This parameter is optional.
Returns
Nothing.
Description
Method; pastes the contents of the Clipboard into the document.
Содержание FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Страница 1: ...Flash JavaScript Dictionary ...
Страница 16: ...16 Contents ...
Страница 40: ...40 Chapter 2 Top level functions ...
Страница 368: ...368 Chapter 3 Objects ...
Страница 386: ...386 Chapter 4 C Level Extensibility ...