# Another loadMovie problem!

**URL:** https://forum.kirupa.com/t/another-loadmovie-problem/57807
**Category:** Uncategorized
**Created:** [July 16, 2004, 8:33am UTC](https://forum.kirupa.com/t/another-loadmovie-problem/57807 "2004-07-16T08:33:28Z")
**Posts on this page:** 2
**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/57807/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

---

<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: [July 16, 2004, 12:17pm UTC](https://forum.kirupa.com/t/another-loadmovie-problem/57807/2 "2004-07-16T12:17:33Z")

</div>

can you post your fla, however if it is loading twice I would venture a guess in the direction of you changed some code somewhere and left a line in the makes it load the movie. Check through everything just to make sure, I do this pretty often and it really drives me nuts.
