# onEnterFrame LoadMovie Problem

**URL:** https://forum.kirupa.com/t/onenterframe-loadmovie-problem/244194
**Category:** flash
**Created:** [November 15, 2007, 2:32am UTC](https://forum.kirupa.com/t/onenterframe-loadmovie-problem/244194 "2007-11-15T02:32:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rynobot](https://avatars.discourse-cdn.com/v4/letter/r/bbce88/32.png) [@rynobot](https://forum.kirupa.com/u/rynobot)
#### Post date: [November 15, 2007, 2:32am UTC](https://forum.kirupa.com/t/onenterframe-loadmovie-problem/244194/1 "2007-11-15T02:32:10Z")

</div>

hey - this code works while previewing in flash, but once online it only works the second time you load the page…???

```auto
this.onEnterFrame = function() {
	_root.emptyMC.loadMovie("shootem/shootem2.swf");
};

```

anyone know what is wrong?  
thanks.
