Closing a External Movie

I have gotten stuck on something that I’m guessing is staring me in the face but lack of sleep will make you miss a thing or two. Anyway I have an external SWF file that I’m loading into a Movie Clip in a different SWF file. When a visitor clicks on a button the Movie opens a more detailed view of the object they clicked on, it loads on top of the clickable content…I’m stuck on then getting the loaded clip to close so they can view the clickable content again.

I tried making a button that would close it but I’m guessing my AS is wrong. I tried:


on (release) {
fscommand("quit",true);
}

But that didn’t work. Also I’m guessing I have to put this button on the movie I’m loading in because my trails with put it in the Movie Clip made it show before a movie was loaded into it.

I’m sure someone has the quick answer to this…can you help a brother out?

Thanks.