# Another loadMovie problem!

**URL:** https://forum.kirupa.com/t/another-loadmovie-problem/116300
**Category:** Uncategorized
**Created:** [July 16, 2004, 8:33am UTC](https://forum.kirupa.com/t/another-loadmovie-problem/116300 "2004-07-16T08:33:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sky\_vault](https://avatars.discourse-cdn.com/v4/letter/s/e79b87/32.png) [@sky\_vault](https://forum.kirupa.com/u/sky_vault)
#### Post date: [July 16, 2004, 8:33am UTC](https://forum.kirupa.com/t/another-loadmovie-problem/116300/1 "2004-07-16T08:33:28Z")

</div>

here we go

```auto
 
stop();
_root.container.loadMovie("nextexit.swf");
_root.list.gotoAndPlay(2);

```

all is working but “nextexit.swf” is loading twice at the same time in different  
positions … one where it should be in ref. to the container clip \_x and \_y  
and another in relation to the \_x and \_y of the maintimeline …  
any ideas …  
and as always thanks in advance
