Adobe Extending Flash Professional CS4 User Manual Page 374

  • Download
  • Add to my manuals
  • Print
  • Page
    / 560
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 373
352
EXTENDING FLASH CS4 PROFESSIONAL
presetItem object
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("");
}
Page view 373
1 2 ... 369 370 371 372 373 374 375 376 377 378 379 ... 559 560

Comments to this Manuals

No comments