A couple of problems

ok, I´m doing my website and I have 4 buttons, each one when you press it loads an external swf, my problem is that when i press a button no problem, the swf loads, but when I press another button the SWF loads on top of the other SWF, and looks terrible, what should I do?? here´s the code I´m using:

on(release){
loadMovie(“mis.swf”, _root.container);
}

on(release){
unloadMovie ("_root.oldmc");
loadMovie(“mis.swf”, _root.container);
}

I haven’t tried this but it seems like it shoud work. If it doesn’t I think it will at least put you on the right track.

You might have do do a little reasearch on “unloadMovie” but it seems very simple.

I made kirupa´s tut on how to make a flash site and I´m almost done, thanks skimmah!!!