Skip to content
s9tpepper edited this page Oct 13, 2010 · 6 revisions

Welcome to the Simple-AMF-Scoreboard-API wiki!

This project stemmed from a request by Jesse Freeman (http://www.jessefreeman.com/) for a very basic, and simple to use scoreboard system to use in a Flash game he is developing called FlxFrogger, using AIR for Android. The scoreboard is a very simple to use AMFPHP (http://amfphp.sourceforge.net/) API. Included in the files are a database SQL file, a Flex example (although the AS3 API can be used in any Flash project), and the AMFPHP gateway files for a web server.

There are three folders in the repository, database, flex_example and www. The implementation for AMFPHP in the www is set up using the default AMFPHP path settings for services and vo to make the example clear. These settings will have to be changed to integrate these AMFPHP services into an existing setup with a different path settings.

The Flex example can be viewed at http://plugrman.com/example/scoreboard/. The example is located on http://plugrman.com because the AS3 API classes were generated using PlugrMan, and the scoreboard api methods were developed and debugged using the PlugrMan API Toolkit. I will have tutorials on that process using PlugrMan soon and links will be posted here. I have also packaged the Flex example as an AIR for Android application, to validate the API functionality from my Nexus One without any problems.

Clone this wiki locally