Adobe Extending Flash Professional CS5 Uživatelský manuál Strana 112

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 565
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 111
90
EXTENDING FLASH PROFESSIONAL
Document object
Last updated 5/2/2011
Example
The following example disables all filters on the selected objects:
fl.getDocumentDOM().disableAllFilters();
See also
document.addFilter(), document.changeFilterOrder(), document.disableFilter(),
document.disableOtherFilters(), document.enableAllFilters(), document.getFilters(),
document.removeAllFilters(), Filter object
document.disableFilter()
Availability
Flash 8.
Usage
document.disableFilter(filterIndex)
Parameters
filterIndex An integer representing the zero-based index of the filter in the Filters list.
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.changeFilterOrder(), document.disableAllFilters(),
document.disableOtherFilters(), document.enableFilter(), document.getFilters(),
document.removeFilter(), Filter object
document.disableOtherFilters()
Availability
Flash 8.
Usage
document.disableOtherFilters(enabledFilterIndex)
Zobrazit stránku 111
1 2 ... 107 108 109 110 111 112 113 114 115 116 117 ... 564 565

Komentáře k této Příručce

Žádné komentáře