I want to create an iPhone game with Adobe AIR, and I want that game to be able to store the players details in a MySql server.
What would be the best way to do that?
Is it possible to use a standard URLRequest in AS3, and have the iPhone use that to communicate to the PHP on the server, and receive back data?
Thanks for any advice.