Extending Flash |
|
|
|
| Objects > Document object > document.enableFilter() | |||
Flash 8.
document.enableFilter(filterIndex)
filterIndex An integer specifying the zero-based index of the filter in the Filters list to enable.
Nothing.
Method; enables the specified filter for the selected object(s).
The following example enables the second filter of the selected object(s):
fl.getDocumentDOM().enableFilter(1);
document.addFilter(), document.changeFilterOrder(), document.disableFilter(), document.enableAllFilters(), document.getFilters(), document.removeFilter(), Filter object
|
|
|
|