0

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.

Emlyn
  • 3
  • 2
  • The very latest Flash CC now reports line numbers in its debug output, which might give you a better idea of what is going on. – Lanny Nov 20 '14 at 16:48
  • The problem is, there are no errors in Flash at all. It pauses at around 80% of publishing, then completes with the usual warnings about frame numbers. – Emlyn Nov 21 '14 at 01:42
  • This may also be a PC issue (Win7), as the files publish OK on OSX. – Emlyn Nov 23 '14 at 20:47
  • I recommend posting something to the Adobe Forum: https://forums.adobe.com/community/flash/flash_general – Lanny Nov 26 '14 at 16:16
  • Yeah, i've done that too... https://forums.adobe.com/message/6965033 Sorry, should have mentioned that. – Emlyn Nov 26 '14 at 22:28

0 Answers0