I am loading this xml gallery (
[COLOR=#800080]http://www.kirupa.com/developer/mx2004/xml_flash_photogallery9.htm[/COLOR]
) into my main swf using the following code on the timeline:
var loader:MovieClipLoader = new MovieClipLoader();
this.createEmptyMovieClip("myGalleryContainer",3);
myGalleryContainer._lockroot=true;
loader.loadClip("portfolio3.swf",myGalleryContainer);
I cannot seem to unload the images when I want to load another swf…can someone help me please?