I have a game with a user form at the end to submit the players score and details to a database. I’m using amfphp, and so far have been successful in sending the details to a MySQL database for further manipulation.
However, this only seems to work when testing the swf on my local machine. When running the swf on the server, clicking the submit button fails to do anything.
When the submit button is clicked, the browser status bar changes to “Connecting to mydomain.com…” as expected and then “Waiting for mydomain.com…” but gets no further than that.
Can anyone offer any ideas as to why this might be?