Document object
103
document.enableFilter()
Availability
Flash 8.
Usage
document.enableFilter(
filterIndex
)
Parameters
filterIndex
An integer specifying the zero-based index of the filter in the Filters list to
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.changeFilterOrder()
,
document.disableFilter()
,
document.enableAllFilters()
,
document.getFilters()
,
document.removeFilter()
,
Filter object
document.enterEditMode()
Availability
Flash MX 2004.
Usage
document.enterEditMode( [
editMode
] )
Parameters
editMode
A string that specifies the editing mode. Acceptable values are
"inPlace"
or
"newWindow"
. If no parameter is specified, the default is symbol-editing mode. This
parameter is optional.
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...