Flash 8.
document.removeFilter(filterIndex)
filterIndex An integer specifying the zero-based index of the filter to remove from the selected objects.
Nothing.
Method; removes the specified filter from the Filters list of the selected objects.
The following example removes the first filter (index value 0) from the Filters list of the selected objects:
fl.getDocumentDOM().removeFilter(0);document.addFilter(), document.changeFilterOrder(), document.disableFilter(), document.getFilters(), document.removeAllFilters(), Filter object