Tagged Questions

0
votes
3answers
579 views

For making an online multiplayer browser-based game, what tech would be more efficient to use? [closed]

I asked a partial question on stackoverflow, and then realized that this would be the place to get a better answer because this is the game dev website, and you all may know more than the programmers ...
1
vote
0answers
303 views

How can I secure a high score table? [closed]

Possible Duplicate: How can I prevent cheating on global highscore tables? So, I create a game in Flash and I want to keep a hi-score table for people to compete in. After a player has ...
2
votes
4answers
649 views

UTF-8 encoding problem with flash mysql and php

As you may know, I am programming an on-line game using FLASH. I am connecting my FLASH 8 movie with MySQL database through PHP. I am doing very good in that, and I have everything working fine. The ...