MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 103

Extending flash
Table of Contents

Advertisement

document.enableFilter()
Availability
Flash 8.
Usage
document.enableFilter( filterIndex )
Parameters
An integer specifying the zero-based index of the filter in the Filters list to
filterIndex
enable.
Returns
Nothing.
Description
Method; enables the specified filter for the selected object(s).
Example
The following example enables the second filter of the selected object(s):
fl.getDocumentDOM().enableFilter(1);
See also
document.addFilter()
document.enableAllFilters()
Filter object
document.enterEditMode()
Availability
Flash MX 2004.
Usage
document.enterEditMode( [editMode] )
Parameters
A string that specifies the editing mode. Acceptable values are
editMode
. If no parameter is specified, the default is symbol-editing mode. This
"newWindow"
parameter is optional.
,
document.changeFilterOrder()
,
document.getFilters()
,
document.disableFilter()
,
document.removeFilter(),
"inPlace"
Document object
,
or
103

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents