# A couple of problems

**URL:** https://forum.kirupa.com/t/a-couple-of-problems/37564
**Category:** flash
**Created:** [December 11, 2003, 6:50pm UTC](https://forum.kirupa.com/t/a-couple-of-problems/37564 "2003-12-11T18:50:14Z")
**Posts on this page:** 1
**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/37564/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);  
}
