Hi,
I have a XML image gallery created within a custom class.
This is the way I add the gallery to stage:
var mainContainer:MovieClip = new galleryXML(stage, "xml/image_gallery.xml");
This works perfectly.
But I'm thinking in setup my navigation in the same way. Creat the pages within custom classes and them loading them as I load the xml gallery.
How can I set new values for mainContainer and "unload his loaded content"?
Thanx!