Unload movieclip

Hellow
I can load an .swf in my MC by

knop.onRelease = function() {
holder.loadMovie(“alain.swf”);
alain.swf._width = 464;
alain.swf._height = 276;
};

but how can I get the MC empty again if you release another button?