# Loading swf's into \_levels

**URL:** https://forum.kirupa.com/t/loading-swfs-into--levels/131225
**Category:** Uncategorized
**Created:** [December 13, 2004, 8:58pm UTC](https://forum.kirupa.com/t/loading-swfs-into--levels/131225 "2004-12-13T20:58:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tranism](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/tranism/32/269_2.png) [@tranism](https://forum.kirupa.com/u/tranism)
#### Post date: [December 13, 2004, 8:58pm UTC](https://forum.kirupa.com/t/loading-swfs-into--levels/131225/1 "2004-12-13T20:58:40Z")

</div>

so this should be pretty basic. What if I have this on \_root?

[AS]  
loadMovie(“[http://www.blah.com/navigation.swf](http://www.blah.com/navigation.swf)”, “naviHolder”);  
loadMovieNum(“blahblahblah.swf”, 1);  
[/AS]

Basically navigation loads into a clip called naviHolder. Navigation has buttons that places movies into \_level1 which should just replace whatever is there. Has anyone ever run into the problem where a movie is preloading into \_level1, but you click on a button in navigation because you decide to go to another section and all of sudden flash goes crazy and reloads the whole movie from \_root over and over in an errornous loop?

:kir:
