Adobe Extending Flash Professional CS5 Manuale Utente Pagina 248

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 565
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 247
226
EXTENDING FLASH PROFESSIONAL
flash object (fl)
Last updated 5/2/2011
// Closes the specified document and prompts to save changes.
fl.closeDocument(fl.documents[0]);
fl.closeDocument(fl.documents[0] , true); // Use of true is optional.
// Closes the specified document without prompting to save changes.
fl.closeDocument(fl.documents[0], false);
See also
fl.closeAll()
fl.compilerErrors
Availability
Flash CS3 Professional.
Usage
fl.compilerErrors
Description
Read-only property; a compilerErrors object, which represents the Errors panel. For information on using this
property, see
compilerErrors object.
fl.componentsPanel
Availability
Flash MX 2004.
Usage
fl.componentsPanel
Description
Read-only property; a componentsPanel object, which represents the Components panel.
Example
The following example stores a componentsPanel object in the comPanel variable:
var comPanel = fl.componentsPanel;
fl.configDirectory
Availability
Flash MX 2004.
Usage
fl.configDirectory
Vedere la pagina 247
1 2 ... 243 244 245 246 247 248 249 250 251 252 253 ... 564 565

Commenti su questo manuale

Nessun commento