so this should be pretty basic. What if I have this on _root?
[AS]
loadMovie(“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: