-
Score board error!!!!
Hello everyone, just got the HTML5 exporter and there seems to be a problem accessing the frame with the score board in it.
When it's tim to input your score or just view the score table it crashes the application???
Is this a issue which will be fixed or am I doing something wrong?
Here is the game.
http://newkiegames.com/games/pc.html
Here is another one of the games. (This game just crashes when you start the game)
http://newkiegames.com/games/ss/ss.html
Thank you.
-
I'll have a look at this this week, ou are not the only one reporting it.
-
ya wanna post the source to take a look? I haven't had an issue yet exporting anything :D
-
Hi, are there any news on this issue? Seems like Im having a similar problem, quite frustrating. A can save the the Hi-scores on the server to the php script from the application, but when built to html5 it crashes... :(
-
Here is the game, i can attach the source if needed. I was using Jeffs tutorial, using paid webhost, hiscore saving crashes in html5 on local and from server too.
(you can jump to the end of the level with letter F instantly to see the hiscores)
http://www.zoldszofi.com/z/z.html
-
(this is not strictly with the hiscore object - im not using that at all, its more like something with the GET object ..... ,??)
-
I believe there is a problem with the GET object and HTML5.
So you can't fix it on the user end and we will need to look at the object.
-
I think its something with the example file.....
Not the Get Object.
This is working here -- http://flyinvinteractive.com/Get_Test/index/
This uses the GET to get your IP address from a PHP file.
So the scoreboard app -- Some other object must be causing a problem.
I suspect maybe the ASB buttons or some condition.
-
im going crazy, now it doesnt work from the app either
-
-
PM your secret word I'll test your script. One thing I noticed, the server is extremely slow sometimes.
-
ok I deleted the index.php of the root, unfortunately, but now the site is back online :) so now - again - its working from local machine as an app, but not from html5 when i build it. maybe the example fixes the issue? couldnt find the mfa files though
-
seems to be, the string parser, then... ?
-
The GET object only works when the game is uploaded to a real server, and when the GET request is made in the same domain.
This is a limitation of Javascript and the browser, and we cannot do anything against it./
-
it didnt work from the server either, so i believe the request was made in the same domain
-
I have it on the same server under the same domain, and does not work.
Although instead of the HTML5 version, if I try with a APK Android, works perfect.
Thank you.
-
Only no work in HTML5 version.