# Swf going on top of each other with loadMovie

**URL:** https://forum.kirupa.com/t/swf-going-on-top-of-each-other-with-loadmovie/224572
**Category:** Uncategorized
**Created:** [May 3, 2007, 11:51am UTC](https://forum.kirupa.com/t/swf-going-on-top-of-each-other-with-loadmovie/224572 "2007-05-03T11:51:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rosanna](https://avatars.discourse-cdn.com/v4/letter/r/e0b2c6/32.png) [@rosanna](https://forum.kirupa.com/u/rosanna)
#### Post date: [May 3, 2007, 11:51am UTC](https://forum.kirupa.com/t/swf-going-on-top-of-each-other-with-loadmovie/224572/1 "2007-05-03T11:51:51Z")

</div>

I load several swf with for example  
this.createEmptyMovieClip(“container”, this.getNextHighestDepth);  
container.\_x = 0;  
container.\_y = 0;  
a\_mc.onRelease = function() {  
container.loadMovie(“aerialgallery.swf”);  
//\_level0.\_visible = 0;I TRIEd TO PUT LEVEL 0 =0 but nothing appears anymore.  
};  
hetl\_mc.onRelease = function() {  
container.loadMovie(“hotelgallery.swf”);  
//\_level0.\_visible = 0;  
};  
Swf are appearing but on the top of each other.  
Is the loadMovie not supposed to unload a swf when load another one ?  
Thanks
