Adobe Extending Flash Professional CS5 Manuale Utente Pagina 267

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 565
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 266
245
EXTENDING FLASH PROFESSIONAL
flash object (fl)
Last updated 5/2/2011
Description
Read-only property; reference to the outputPanel object.
Example
See outputPanel object.
fl.packagePaths
Availability
Flash CS3 Professional.
Usage
fl.packagePaths
Description
Property; a string that corresponds to the global Classpath setting in the ActionScript 2.0 Settings dialog box. Class
paths within the string are delimited with semi-colons (;). To view or change ActionScript 3.0 Classpath settings, use
fl.as3PackagePaths.
Example
The following example illustrates changing the ActionScript 2.0 Classpath settings:
fl.trace(fl.packagePaths);
// Output (assuming started with default value)
// .;$(LocalData)/Classes
fl.packagePaths="buying;selling";
fl.trace(fl.packagePaths);
// Output
// buying; selling
See also
fl.resetPackagePaths()
fl.presetPanel
Availability
Flash CS4 Professional.
Usage
fl.presetPanel
Description
Read-only property: a presetPanel object.
Vedere la pagina 266
1 2 ... 262 263 264 265 266 267 268 269 270 271 272 ... 564 565

Commenti su questo manuale

Nessun commento