External .swf loaded into main .swf
Hello,
I have an external .swf "biography.swf" loading into my main movie. When I test the biography.swf before loading it into the main movie, it works fine. But when loaded into the main movie, it loads OK but the movieclip within the biography.swf does not work.
I'm using:
on (release) {
_root.createEmptyMovieClip("container", 1);
loadMovie("Biography.swf", "container");
}
Any thoughts on why the movie clips in the Biography.swf are not working?
Thanks.
|