Hi, I have this problem , please help thanks alot.
After export to HTML5 webbase
I upload all the game files into gameC2 subfolder
//public_html/gameC2
The game is load from domain.com/gameC2/index.html -> it's run ok
then I try load the game from the domain.com/index.php file
//public_html/index.php
The html in the index.php is copy from the gameC2/index.html with some links modified like this
----------------
<div id="c2canvasdiv">
<canvas id="c2canvas" width="854" height="480"></canvas>
</div>
<script src="gameC2/jquery-2.0.0.min.js"></script>
<script src="gameC2/c2runtime.js"></script>
-----------------
but it show nothing! how to load the game from subfolder???
Thanks