> This is pretty easy making to layers.
> 
> fl.getDocumentDOM().getTimeline().addNewLayer("My Outer 
> Folder", "folder", false); 
> fl.getDocumentDOM().getTimeline().addNewLayer("My Inner 
> Folder", "folder", false);
> 
> However, I want to next the inner into the outer. For the 
> life of me, I can't figure this one out. Any guidance would 
> be appreciated.

I think you need to set the parentLayer property of the second layer to the
first one.

Best
Danny

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to