Adobe Extending Flash Professional CS5 Manuale Utente Pagina 357

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 565
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 356
335
EXTENDING FLASH PROFESSIONAL
library object
Last updated 5/2/2011
library.selectAll()
Availability
Flash MX 2004.
Usage
library.selectAll([bSelectAll])
Parameters
bSelectAll A Boolean value that specifies whether to select or deselect all items in the library. Omit this parameter
or use the default value of
true to select all the items in the library; false deselects all library items. This parameter is
optional.
Returns
Nothing.
Description
Method; selects or deselects all items in the library.
Example
The following examples select all the items in the library:
fl.getDocumentDOM().library.selectAll();
fl.getDocumentDOM().library.selectAll(true);
The following examples deselect all the items in the library:
fl.getDocumentDOM().library.selectAll(false);
fl.getDocumentDOM().library.selectNone();
library.selectItem()
Availability
Flash MX 2004.
Usage
library.selectItem(namePath [, bReplaceCurrentSelection [, bSelect]])
Parameters
namePath A string that specifies the name of the item. If the item is in a folder, you can specify its name and path using
slash notation.
bReplaceCurrentSelection A Boolean value that specifies whether to replace the current selection or add the item
to the current selection. The default value is
true (replace current selection). This parameter is optional.
bSelect A Boolean value that specifies whether to select or deselect an item. The default value is true (select). This
parameter is optional.
Vedere la pagina 356
1 2 ... 352 353 354 355 356 357 358 359 360 361 362 ... 564 565

Commenti su questo manuale

Nessun commento