Adobe Extending Flash Professional CS5 Instrukcja Użytkownika Strona 387

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 565
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 386
365
EXTENDING FLASH PROFESSIONAL
presetItem object
Last updated 5/2/2011
Usage
presetItem.path
Description
Read-only property: a string that represents the path to the item in the Motion Presets panel folder tree, and the item
name.
Example
The following example illustrates the difference between the values in presetItem.name and presetItem.path.
fl.outputPanel.clear();
var presetItemArray=fl.presetPanel.items;
for (i=0;i<presetItemArray.length; i++){
var presetItem = presetItemArray[i];
fl.trace("Name: " + presetItem.name + "\n" + "Path: " + presetItem.path);
fl.trace("");
}
Przeglądanie stron 386
1 2 ... 382 383 384 385 386 387 388 389 390 391 392 ... 564 565

Komentarze do niniejszej Instrukcji

Brak uwag