We're using Flash CC 2014 to create hs/html based interactives. One thing we'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
Is this something that happens if the scene gets to complicated?
Is there any way to debug what's going on inside the export script?
It's kind of killing our production flow.