Adobe Extending Flash Professional CS5 Manuale Utente Pagina 394

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 565
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 393
372
EXTENDING FLASH PROFESSIONAL
presetPanel object
Last updated 5/2/2011
presetPanel.getSelectedItems()
Availability
Flash CS4 Professional.
Usage
presetPanel.getSelectedItems()
Parameters
None.
Returns
An array of presetItem objects.
Description
Method; returns an array of presetItem objects corresponding to the currently selected items in the Motion Presets
panel (see
presetItem object). Each item in the array represents either a folder or a preset.
Example
The following code displays the full pathnames of the currently selected items in the Motion Presets panel:
var itemArray = fl.presetPanel.getSelectedItems();
var length = itemArray.length
for (x=0; x<length; x++) {
fl.trace(itemArray[x].path);
}
See also
presetPanel.items
presetPanel.importItem()
Availability
Flash CS4 Professional.
Usage
presetPanel.importItem(fileURI [,namePath ])
Parameters
fileURI A string, expressed as a file:/// URI, that specifies the XML file to be imported as a preset in the Motion
Presets panel.
namePath A string that specifies in which folder to place the imported file and what to name it. This parameter is
optional.
Returns
A Boolean value of true if the file is successfully imported; false otherwise.
Vedere la pagina 393
1 2 ... 389 390 391 392 393 394 395 396 397 398 399 ... 564 565

Commenti su questo manuale

Nessun commento