Having an online highscore leaderboard for a Flash game

Posted by Marco Fox on Stack Overflow See other posts from Stack Overflow or by Marco Fox
Published on 2011-01-12T11:07:57Z Indexed on 2011/01/12 11:54 UTC
Read the original article Hit count: 285

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about flash