Does anyone know how to make things like interactive online games and highscore tables, and chatrooms through flash with php here and there?
I've always wanted help with this.
Php and flash
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
the bulk of your work will be in securing the data so there is little chance for cheating. To that end, I would suggest investing a lot of time in learning how to strongly encrypt data to and from php through flash.
Once you have the encryption done and working, the php components are quite simple: store the data inside a database with good encryption and restrictions on access. This goes for the chatrooms too, however encryption for their information isn't needed.
Once you have the encryption done and working, the php components are quite simple: store the data inside a database with good encryption and restrictions on access. This goes for the chatrooms too, however encryption for their information isn't needed.