I have to say that this site is the best I’ve stumbled into so for. I’ve looked for days on how to load an external .swf and then I found this neat tutorial in here that showed me how to do it. So, I used the code exactly as it appears in the tutorial and everything works. Well, not exactly like I thought it would though.
The .swf that I’ve loaded doesn’t start at it’s beginning. It loads in the middle of Scene 4. The .swf I’m trying to load has it’s own preloader too and that is missed somehow.
on (release) {
_root.contents.loadMovie(“test.swf”);
}
Any tidbits of code to solve this would be appreciated.