# A couple of problems

**URL:** https://forum.kirupa.com/t/a-couple-of-problems/96628
**Category:** Uncategorized
**Created:** [December 11, 2003, 6:50pm UTC](https://forum.kirupa.com/t/a-couple-of-problems/96628 "2003-12-11T18:50:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![berkoWitZ](https://avatars.discourse-cdn.com/v4/letter/b/b9bd4f/32.png) [@berkoWitZ](https://forum.kirupa.com/u/berkoWitZ)
#### Post date: [December 11, 2003, 6:50pm UTC](https://forum.kirupa.com/t/a-couple-of-problems/96628/1 "2003-12-11T18:50:14Z")

</div>

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);  
}

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 11, 2003, 10:03pm UTC](https://forum.kirupa.com/t/a-couple-of-problems/96628/2 "2003-12-11T22:03:50Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 11, 2003, 10:06pm UTC](https://forum.kirupa.com/t/a-couple-of-problems/96628/3 "2003-12-11T22:06:49Z")

</div>

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