Validating virtual money transactions, multiple users, multiple access levels.
The purpose was to develop online multiplayer betting game where players can play with virtual money.
As the application was to be used by multiple users on multiple platforms, so we developed it by using AIR and Flash. All the game sessions are created by using remote server calls. All temporary data is stored in local SQLite database and then synced with remote MYSQL server later.
AIR XHTML Javascript PHP MySQL SQLite AS3