PDA

View Full Version : multiplayer games with Flash



OMG
April 10th, 2006, 06:27 PM
what server-side language is good for making multiplayer games(a turn-based game)?
I'm learning PHP right now, can it make multiplayer games with Flash?

thanks!

Sniper Jo
April 11th, 2006, 04:10 PM
you use php to create a socket and send data that way. not sure how pratical it is but it would work for slower chessy kinda games with slow gameplay.

OMG
April 12th, 2006, 06:14 PM
thanks
can "XMLSocket.send()" send message to a server-side language?(ASP, PHP, JSP......)
also if my web accept JSP, does this mean that I can make Multiplayer game with Java? Or does it need something else?

Sniper Jo
April 13th, 2006, 07:59 AM
Yes it is possible to use XMLSockets to send the data to php. i dont know about jsp

OMG
April 13th, 2006, 04:24 PM
can you tell me how?

Sniper Jo
April 14th, 2006, 07:59 AM
http://fr.php.net/manual/en/ref.sockets.php lists all the functions, if you look further down the page you can see an example . Goodluck