PDA

View Full Version : Accessing child movie clip


mayur_vnit
10-18-2004, 10:44 AM
Hi all!!!!!!!!!!

How to accessing children of stage elements

I want to access the child movie clip of any movie clip which is on the stage

Ex: if I have to find no of layers in the child movie clip of the any movie clip
then how to achive this???

plz help me out

Thanks
Mayur

hangalot
10-18-2004, 11:42 AM
u can use 1 of 2 options as i figure it.
1. u can go into edit mode for element, and then get the timeline on that level
2. can create a new document, copy the symbol 2 that and access the library

mayur_vnit
10-18-2004, 01:42 PM
Sorry!!!!
i am trying but its not working out
what i did is as follows :


fl.getDocumentDOM().getTimeline().copyFrames();

fl.createDocument();

fl.getDocumentDOM().getTimeline().pasteFrames()