MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 133

Extending flash
Table of Contents

Advertisement

Example
The following example removes all filters from the selected object(s):
fl.getDocumentDOM().removeAllFilters();
See also
document.addFilter()
document.disableAllFilters()
Filter object
document.removeFilter()
Availability
Flash 8.
Usage
document.removeFilter( filterIndex )
Parameters
An integer specifying the zero-based index of the filter to remove from the
filterIndex
selected object(s).
Returns
Nothing.
Description
Method; removes the specified filter from the Filters list of the selected object(s).
Example
The following example removes the first filter (index value 0) from the Filters list of the
selected object(s):
fl.getDocumentDOM().removeFilter(0);
See also
document.addFilter()
document.getFilters()
,
document.changeFilterOrder()
,
document.getFilters()
,
document.changeFilterOrder()
,
document.removeAllFilters(),
,
,
document.removeFilter(),
,
document.disableFilter()
Filter object
Document object
,
133

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