I am looking to use the Darkstar project in conjunction with a Flash client.
I would like to check the feasibility of porting the Client API across to Actionscript 3.0 / Flash 9.0. Has anybody out there attempted such a thing already? Can anyone forsee any difficulties in making this work in practice?
The second part relates to UDP v TCP. Given that I am attempting to write a browser based multiplay game, it is important that the game can be enjoyed by lazy office workers behind firewalls. The game will be very latency tollerant which means that I would prefer to use TCP. Is this feasible with the darkstar framework? I imagine it communicates using UDP but have seen no documentation either way.