Page 1 of 1

Php and flash

Posted: Fri Jan 28, 2005 3:39 pm
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.

Posted: Fri Jan 28, 2005 4:02 pm
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.

Posted: Fri Jan 28, 2005 4:20 pm
by snare
I'll remember that, thanks. I will keep that in mind for my next projexts, thanks .feyd