Loading/Unloading External SWF's

Hello,
I have a question, I’m new so i dont know much :slight_smile:
I am Using Flash MX ActionScript.

Anyways i have a series of buttons, and I would like them to each load a external SWF file into a movieclip. I have accomplished this so far but,
I would like it so that whenever I click a button it unloads any already loaded SWF file that is already there.
This is what I Have So far

on (release) {
loadMovie(“movie.swf”, this.movieholder);
}

lol not much,
but any help would be appreciated C:-)

u can use unloadMovie(this.movieholder);

lol So Simple I don’t know why I didn’t think of it.
Thanks:rabbit:

empty movie clip containers can only hold one thing at a time anyways, so when you click something new it will automatically unload the last one anyways