I turned the flash animation into swiffy. When I try to embed it on my site, it does not work. I also have a prototype loaded. Without a prototype, this works. An error occurs with the prototype:
Chrome:
Uncaught RangeError: maximum call stack size
There is some infinite recursion.
Do you have an idea how to fix this, or maybe there is a fixed version of the swiffy runtime library somewhere?
http://jsfiddle.net/mattydsw/wbs938b9/
var stage = new swiffy.Stage(document.getElementById('swiffycontainer'), swiffyobject, { }); stage.start();
source share