too much recursion error - too many frames?
I am trying to convert my old animations into HTML5 Canvas projects for my clients. The number of difficulties encountered is ridiculous. Now I get a "too much recursion" error (InternalError: too much recursion - JavaScript | MDN ). This is basically a "preemptive" stack overflow.
I have removed all custom javascript code from my project. This is definitely coming exclusively from the code generated by Animate, not manually written code. It goes away when I drastically reduce the number of frames in my movieclips. Does anyone have any helpful information on this error and how to get around it? Is there a maximum number of frames for movie clips in Canvas projects?
