Php and flash

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
snare
Forum Newbie
Posts: 7
Joined: Fri Jan 28, 2005 1:49 pm

Php and flash

Post by snare »

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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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.
snare
Forum Newbie
Posts: 7
Joined: Fri Jan 28, 2005 1:49 pm

Post by snare »

I'll remember that, thanks. I will keep that in mind for my next projexts, thanks .feyd
Post Reply