Quote:
Originally Posted by timothy0726
in making fighting games like street fighter can brassmonkey be used in lan gaming?? 2 players in different computer..
|
Yes, but in a situation with two different browsers linking two players, you will need a link.
Red5 is an option or you could look at the 'Stratus' options, which may be faster to implement.
Any chat server could work as middle man really.
Imagine "sendCHat('attack1')" , and all the players in that chat room see the character clip named after the sender do the attack animation sequence.
A third option is to create an air application for at least one client to run. Using air, the application can open a socket and listen for incoming connections from any other non-air clients. Non-air clients use a socket class to reach out to air's ServerSocket class.
hamachi can work if there is an html JavaScript accessible component.