Trouble running game from the web

Hi Folks,

I’m in the beta-ish version of creating a game, I’ve made a build with 4 scenes in it and then uploaded it to my godaddy area (like I’ve done with many alpha-ish versions).

Then I direct my browser to the html and voila, I’m playing.

However, now, the game seems to load into the browser but then I’m just staring a black background and the game never starts playing.

My first scene had nothing but the Game Controller in it so I put a visual to give me more info.

It seems as though the first scene is not able to load the next scene using:

Application.LoadLevel(scene.name);

It gets to that point in the code and just stops???

Any ideas would be appreciated as my deadline was not expecting this setback.

Thank you.

After contacting my webhosting company they mentioned that that evening they may have been experiencing some latency that could have attributed to what I was experiencing.

As of this afternoon, the game is now loading ok.