MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 86

Extending flash
Table of Contents

Advertisement

If you then issue the command
filters are rearranged as follows:
Before: gradientBevelFilter, blurFilter, dropShadowFilter, glowFilter
After: blurFilter, dropShadowFilter, gradientBevelFilter, glowFilter
Example
The following example moves the filter that is currently in the second position in the Filter list
to the first position:
fl.getDocumentDOM().changeFilterOrder(1,0);
See also
document.addFilter()
document.getFilters()
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.
Example
The following example copies the current selection from the document to the Clipboard:
fl.getDocumentDOM().clipCopy();
86
Objects
fl.getDocumentDOM().changeFilterOrder(0, 2),
,
document.disableFilter()
,
document.removeFilter(),
,
document.enableFilter()
Filter object
the
,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents