# loadMovie slower and slower

**URL:** https://forum.kirupa.com/t/loadmovie-slower-and-slower/143843
**Category:** Uncategorized
**Created:** [April 9, 2005, 4:49am UTC](https://forum.kirupa.com/t/loadmovie-slower-and-slower/143843 "2005-04-09T04:49:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jwhitmill](https://avatars.discourse-cdn.com/v4/letter/j/e47c2d/32.png) [@jwhitmill](https://forum.kirupa.com/u/jwhitmill)
#### Post date: [April 9, 2005, 4:49am UTC](https://forum.kirupa.com/t/loadmovie-slower-and-slower/143843/1 "2005-04-09T04:49:27Z")

</div>

I ahve a couple of sites where there are options to go to various screens. Each screen is a different .swf, so I use loadMovie to load them, usually with code more or less like this:

on (release) {  
createEmptyMovieClip(“nextPage\_mc”, 5);  
nextPage\_mc.loadMovie(“nextmovie.swf”);  
}

It works fine 3 or 4 times, but then things start moving slower and slower. By 6 or 8 times, all semblance of smooth, even motion is gone. Beyond that, things move glacially.

What am I doing wrong here?
