I'm trying to create a mass multiplayer game in flash with a PHP backend, but i dunno how to create realtime interaction between flash and php...
I tried using http requests, but it maxed out the CPU and used up 100% of the bandwidth available between the server and me...
Is there another way? I was hoping that a Socket Server in php would be possible...
Any help would be greatly appreciated.
Yours Hopefully,
Sciboy