|
|
timeline.layers
AvailabilityFlash
MX 2004.
DescriptionRead-only
property; an array of layer objects.
ExampleThe
following example uses the currentLayers variable
to store the array of layer objects in the current document:
var currentLayers = fl.getDocumentDOM().getTimeline().layers;
|