WebGL game doesn't seem to load

Hi,

I’ve been converting some of my older projects into HTML5 so that more people can see them. So far i’ve been unable to get any of them to work in the browser. I managed to do a test and run the games locally off my machine but when they are hosted on the web server they don’t seem to load. Here’s two examples:

http://www.pn3d.co.uk/assests/2015/BalloonerHTML5/index.html

http://www.pn3d.co.uk/assests/2015/BowllerHTML5/index.html

Any ideas would be great : )

The paths for your javascript files are incorrect (or the files are missing).

For example, the page is looking for this file:

http://www.pn3d.co.uk/assests/2015/BalloonerHTML5/Release/BalloonerHTML5.js

But it does not exist.

Keep in mind that depending on the server platform, it will need to be configured to look at the /Compressed folder for the gzipped version of the javascript files. There is a lot of information on that in this forum.

Hope that helps.

Hi Sirrus

thanks for getting back. I didn’t notice that the JS files where having trouble downloading. This seemed to be a problem with my host (1&1) so i’ve migrated over to a new one which as solved the problem.

Thanks again