Adobe Extending Flash Professional CS5 Manuale Utente Pagina 149

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 565
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 148
127
EXTENDING FLASH PROFESSIONAL
Document object
Last updated 5/2/2011
Description
Method; removes persistent data with the specified name that has been attached to the document.
Example
The following example removes from the document the persistent data named "myData":
fl.getDocumentDOM().removeDataFromDocument("myData");
See also
document.addDataToDocument(), document.documentHasData(), document.getDataFromDocument()
document.removeDataFromSelection()
Availability
Flash MX 2004.
Usage
document.removeDataFromSelection(name)
Parameters
name A string that specifies the name of the persistent data to remove.
Returns
Nothing.
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)
Vedere la pagina 148
1 2 ... 144 145 146 147 148 149 150 151 152 153 154 ... 564 565

Commenti su questo manuale

Nessun commento