Hi All,
Please suggest me which of the below ways would be best to make a multiplayer flash game in PHP. I want all players to simultaneously see the steps made by other players.
1) Polling the server at regular intervals using AJAX.
2) Using Socket programming.
Please also suggest me if there is any other way possible using AJAX and Action Script etc.
I personally feel that socket programming would be the best way. If any of you feels the same, please suggest me how to go about this..
I would really appreciate.
Thanks....