MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 435

Extending flash
Table of Contents

Advertisement

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);
SymbolItem object
435

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents