MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 96

Extending flash
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents