Adobe Extending Flash Professional CS4 Manuel d'utilisateur Page 150

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 560
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 149
128
EXTENDING FLASH CS4 PROFESSIONAL
Document object
Description
Method; removes persistent data with the specified name that has been attached to the selection.
Example
The following example removes from the selection the persistent data named "myData":
fl.getDocumentDOM().removeDataFromSelection("myData");
See also
document.addDataToSelection()
document.removeFilter()
Availability
Flash 8.
Usage
document.removeFilter(filterIndex)
Parameters
filterIndex An integer specifying the zero-based index of the filter to remove from the 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.changeFilterOrder(), document.disableFilter(),
document.getFilters(), document.removeAllFilters(), Filter object
document.renamePublishProfile()
Availability
Flash MX 2004.
Usage
document.renamePublishProfile([profileNewName])
Vue de la page 149
1 2 ... 145 146 147 148 149 150 151 152 153 154 155 ... 559 560

Commentaires sur ces manuels

Pas de commentaire