Hi everyone,
I bought one of flash templates and customized the flash file to what my client needs. So the swf file works perfectly.
Since I’m developing a multi-language flash for this animation, I created a new flash file and on the first frame, I load the swf that was created from the template.
However, when I run it, it doesn’t work anymore. Seems like the coding no longer works such as simple “gotoAndStop” doesn’t go to the right frame.
It puzzled me because the external swf works fine when run on its own. But when I use “loadMovie(english.swf);”, it doesn’t work properly. The loadMovie function itself works fine because the “english.swf” did load.
Does anyone know why the external file doesn’t work anymore?