Flash CC 2014 HTML publish JS error

707 views Asked by At

I'm using Flash CC 2014 to create some js/html based interactives. One thing I've come across, is sometimes the published files fail to run. It seems like the export fails to include random clips in the library, so you get errors when it attempts to instantiate them, eg...

this.instance_1 = new lib.c_hand("synched",0);
Uncaught TypeError: undefined is not a function

Has anyone had any similar problems? Is there any way to debug what's going on inside the export script? After a quick look, I can find JSFL files relating to the export, by it appears that they're all obfuscated :\

At the moment I'm resorting to rebuild the library file by hand from GIT diffs. Pain.

0

There are 0 answers