Unloading movieclip inside emptymovieclip

Hello, i’m new to AS… so maybe this is really simple or i’m using the wrong method.

I have 3 picture slideshows usings XML, the pictures will be changing form time to time that’s why i needed it like this.

Every slideshow is inside a folder, ej: gal1, gal2, gal3.

In every folder i have the images, the flash file (gallery.swf) and the xml file.

I have the main movie in wich i have a container where most data shows… and in wich i made an emptymovieclip, called “galMC” (now i know i could have used createEmptymovieclip, but maybe next time)

So, i load the gallery.swf inside galMC:

loadMovie(“gal1/gallery.swf”, “galMC”);

¿How i the world can i unload “gallery.swf” from galMC?

I have tried various methods but i always end up unloading “galMC”…

the problme i think is that if i reload the container and click on another slideshow (gal2 or gal3), i see only the first image of the selected slideshow and then and then it starts showing the first slideshow that was loaded, so i guess i need to really UNLOAD that slideshow to load another and this is not hapenning.

Hopefully, i made myself understand enough to get some guiadance with this.

Thanks.

:asleep:

I guess you would stick another MC in galMC, then removeMovieClip() the second MC