Example
The following example disables all filters on the selected objects:
fl.getDocumentDOM().disableAllFilters();
See also
document.addFilter()
document.disableOtherFilters()
document.getFilters()
document.disableFilter()
Availability
Flash 8.
Usage
document.disableFilter( filterIndex )
Parameters
An integer representing the zero-based index of the filter in the Filter list.
filterIndex
Returns
Nothing.
Description
Method; disables the specified filter in the Filters list.
Example
The following example disables the first and third filters (index values of 0 and 2) in the
Filters list from the selected object(s):
fl.getDocumentDOM().disableFilter(0);
fl.getDocumentDOM().disableFilter(2);
See also
document.addFilter()
document.disableAllFilters()
document.enableFilter()
object
96
Objects
,
document.changeFilterOrder()
,
document.enableAllFilters()
,
document.removeAllFilters(),
,
document.changeFilterOrder()
,
document.disableOtherFilters()
,
document.getFilters()
,
document.disableFilter()
,
Filter object
,
,
,
document.removeFilter(),
,
Filter
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers