Link to home
Start Free TrialLog in
Avatar of mankis
mankisFlag for Croatia

asked on

Multiplayer Flash quiz

I need to make a multiplayer quiz game in flash. There should be 8 players at the same time, the game should start only when all the players are connected. When one player is answering the others wait.

Can it be done only with php, mysql and actionscript? If not, what do I need more? Do you know some tutorial?
Avatar of lavinpj1
lavinpj1

It can be done with flash and a php backend. Ideally, the php should be written such that it runs as a server that flash connects to.

I don't know any tutorials for this kind of thing specifically but general tutorials for each language will help.

Phil
Avatar of mankis

ASKER

Are you referring to the socket programming?
ASKER CERTIFIED SOLUTION
Avatar of lavinpj1
lavinpj1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial