Having an online highscore leaderboard for a Flash game
- by Marco Fox
Why, hello there.
I'm trying to develop a simple Flash game using Actionscript 2 (I know its a bit dated, but its a simple project that doesen't benefict much from AS3), and I came up with an ideia of implementing an online leaderboard that records and shows the highscore of the player.
This isn't anything too complicated, but I seem to be having problem finding resources online that explain how I should implement this. All I want is a call, probably to a PHP/MySQL database that records the player's name (which will be recorded via a input window) and its current score. It would also have to show the best all time scores, by order.
I should remind you that I am working on a Actionscript 2 so Actionscript 3 solutions are probably not going to work.
Can anyone out there help me out here? Did any of you already been through this?