Remove attached movies!

I have a movie called “my.fla” in which I attach some MC’s.
I also have buttons that load swf’s in a “container”.
But when I test the buttons, the attached MC’s in “my.fla”
keep appearing before the swf loads.

I tried EVERYTHING with removeMovieClip, but I can’t get it
to work!!(The swf’s I load also have attachMovie in them)

MovieClip.prototype.attach = function(base) {
    base["content"+nr].attachMovie("shirt_"+nr, "clip"+nr, nr);
    if (nr == tot) {
        clearInterval(id);
    }
    nr++;
};
id = setInterval(attach, 400, this);

//button:
btn_1.onRelease = function() {
    loadMovie("my_1.swf", "container");
};

Can someone help me with this?

thanks!

Yo scotty,

I know you made most of the code in this movie(and kode!..),
I was just trying to figure this one out myself.

I tried EVERYTHING within my knowledge & copydog creativity,
but just don’t get it to work.

The zip is about 1.26 MB, but I know you are not on dial-up…

Hope you can help,

thanks

ZIP files