MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 97

Extending flash
Table of Contents

Advertisement

document.disableOtherFilters()
Availability
Flash 8.
Usage
document.disableOtherFilters( enabledFilterIndex )
Parameters
An integer representing the zero-based index of the filter that should
enabledFilterIndex
remain enabled after other filters are disabled.
Returns
Nothing.
Description
Method; disables all filters except the one at the specified position in the Filters list.
Example
The following example disables all filters except the second filter in the list (index value of 1):
fl.getDocumentDom().disableOtherFilters(1);
See also
,
,
document.addFilter()
document.changeFilterOrder()
,
,
document.disableAllFilters()
document.disableFilter()
,
,
Filter
document.enableFilter()
document.getFilters()
document.removeFilter(),
object
document.distribute()
Availability
Flash MX 2004.
Usage
document.distribute( distributemode [, bUseDocumentBounds ] )
Document object
97

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents