Hi. Would it be possible to create an ad-hoc multiplayer connection (close range) between two or several phones in a flash application?
A:
Flash won't let you communicate directly to another machine. You need a server to handle communications between clients.
Byron Whitlock
2010-07-18 16:19:25
Downvote explanation?
Byron Whitlock
2010-07-19 17:32:24
Maybe this would help?http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/net/ServerSocket.html
2010-07-20 16:28:45
A:
Check http://www.gskinner.com/blog/archives/2010/06/androideroids.html out. It's a multiplayer flash-app between several phones on Android. I'm not sure about the implementation but it looks like you still need a host like Byron stated.
Mahir
2010-07-18 22:47:29