Is there any Free Open Source Multiplayer Flash Game (like some in facebook)?

If you need a real-time application/game - then you're looking at XML Sockets which are outside of my scope of knowledge. But this should get you on the right track (includes API's and such): http://smartfoxserver.com.

If you don't need the game to be real-time, this is quite easy to achieve. You need: A MySQL database. Basic PHP knowledge.

Knowledge in how to use (in AS3) The URLLoader class. All you need to do now is: Send data from flash via URLLoader to a PHP script. Apply escapes and such (mysql_real_escape_string) in the script as normal and insert the sent data to your MySQL database.

Send a response back from PHP to your URLLoader. Do you need an example of this? If you need a real-time application/game - then you're looking at XML Sockets which are outside of my scope of knowledge.

But this should get you on the right track (includes API's and such): http://smartfoxserver.com.

I may have misinterpreted the question, but I think he's looking for an existing one, not how to get started writing one. – Merlyn Morgan-Graham May 12 at 4:26 I'm assuming the goal though is to understand and create his own - wouldn't it make more sense to explain how something is done than to explain where to get something to only cause more confusion and then maybe afterwards learn how it's done? I do see your point, though.

– Marty Wallace May 12 at 4:36 1 @Marty: My first forays into PC programming were Quake mods, based on pulling apart and re-combining other peoples'. But I also see your point. It can be instructional to do both.

– Merlyn Morgan-Graham May 12 at 4:40 Hmm, nice reference. Voted up. – Marty Wallace May 12 at 4:45 @Marty: thanks for share, I see your point but the thing is I can't do all the thing myseft, so I'm looking for some think available and that way I can edit and run it faster!

– nvcnvn May 12 at 7:20.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions