I have exported my project to HTML and it works fine on it's own.
I am now trying to integrate it into my own website by using the jquery .load and loading the contents into a DIV.
all works fine on chrome and ie9.
however my project does not start on firefox. it seems that this part is not triggering (I could be wrong though):
jQuery(document).ready(function ()
{
// Create new runtime using the c2canvas
cr_createRuntime("c2canvas");
});
Anyone came across this problem and has possible solutions?
thanks a lot