Loadmovie problem

Well hello. I have a button, which does this.

on (release){
_root.gallerybox.loadMovie(“gallerytest.swf”);
}

Which is fine. I want it to dissapear when other buttons are clicked on, so on the other buttons I have been advised to use

on (release){

_root.gallerybox.removeMovieClip("*.swf")

}

This seems to stop the swf loading if the other buttons are clicked before the loadMovie one. Should the other buttons not be something like unloadmovie? Thanks in advance.

<"))))><