Hi,
Here I have a problem again.
I finished the game, and now needs to connect to a PHP script on the server.
Here’s what sent me a PHP developer:
- Klik on the start button to call the script and the javascript method:
loadVariables(“gameStart.php”, “_blank”, “POST”);
getURL(“javascript:GameStart();”);
- When the game is completed, called this script to store a result:
loadVariables(“game-over.php?score=” + _root.score, this);
The first problem for me is that wrote in AS2, and I made a game in AS3 code.
,and the second is that I do not know how to send results to the PHP.