SymbolItem object
435
symbolItem.timeline
Availability
Flash MX 2004.
Usage
symbolItem.timeline
Description
Read-only property; a
Timeline object
.
Example
The following example obtains and shows the number of layers that the selected movie clip in
the library contains:
var tl = fl.getDocumentDOM().library.getSelectedItems()[0].timeline;
alert(tl.layerCount);
Содержание FLASH 8-EXTENDING FLASH
Страница 1: ...Extending Flash...
Страница 38: ...38 Top Level Functions and Methods...
Страница 532: ...532 Objects...
Страница 554: ...554 C Level Extensibility...