Hi,
it seems like the "gzip" support breaks the support for cocoonJS... When I launch the game cocoonJS gives me the following JS error:
<font face="Courier New, Courier, mono">JavaScript Exception (Line 16857 File: 'c2runtime.js' Tag: 'script'): TypeError: 'undefined' is not a function (evaluating 'document.write(<script src="</font>
If I go to this line I'll get this lines:
<font face="Courier New, Courier, mono">document.write('<script src="zlib_and_gzip.min.js"></script>');
cr.plugins_.Rex_JSONTMXImporter = function(runtime)
{
this.runtime = runtime;
};</font>
The file "zlib_and_gzip.min.js" exists in the game ZIP, but it seems to have a problem...
Is it possible to get a older version of the plugin that doesn't support the gzip features?
Best,
Benny