Adobe Extending Flash Professional CS4 Manual de usuario Pagina 150

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 560
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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])
Vista de pagina 149
1 2 ... 145 146 147 148 149 150 151 152 153 154 155 ... 559 560

Comentarios a estos manuales

Sin comentarios