|
|
timeline.frameCount
AvailabilityFlash
MX 2004.
DescriptionRead-only
property; an integer that represents the number of frames in this timeline’s
longest layer.
ExampleThe
following example uses a countNum variable to store
the number of frames in the current document’s longest layer:
var countNum = fl.getDocumentDOM().getTimeline().frameCount;
|