Adobe Extending Flash Professional CS4 Manuale Utente Pagina 345

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 560
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 344
323
EXTENDING FLASH CS4 PROFESSIONAL
library object
Returns
A Boolean value: true if the specified item exists; false otherwise.
Description
Method; selects a specified library item.
Example
The following example changes the current selection in the library to Symbol_1 inside untitled Folder_1:
fl.getDocumentDOM().library.selectItem("untitled Folder_1/Symbol_1");
The following example extends what is currently selected in the library to include Symbol_1 inside untitled
Folder_1:
fl.getDocumentDOM().library.selectItem("untitled Folder_1/Symbol_1", false);
The following example deselects Symbol_1 inside untitled Folder_1 and does not change other selected items:
fl.getDocumentDOM().library.selectItem("untitled Folder_1/Symbol_1", true, false);
library.selectNone()
Availability
Flash MX 2004.
Usage
library.selectNone()
Parameters
None.
Returns
Nothing.
Description
Method; deselects all the library items.
Example
The following examples deselect all the items in the library:
fl.getDocumentDOM().library.selectNone();
fl.getDocumentDOM().library.selectAll(false);
library.setItemProperty()
Availability
Flash MX 2004.
Vedere la pagina 344
1 2 ... 340 341 342 343 344 345 346 347 348 349 350 ... 559 560

Commenti su questo manuale

Nessun commento