Is there any way to create a direct data connection between two flash clients without the use of Cirrus?

I'm asking because I create a multiplayer iPhone game with flash which currently uses Cirrus for all online multiplayer data. now I read that, if your iPhone app uses encryption (which cirrus does) you need to go through a long encryption export approval process by the U.S government. I want to avoid this, so now i'm looking for another method to exchange data directly between clients without having to route all traffic through my server.

link|improve this question

56% accept rate
Flash?->iPhone?->When? Steve Jobs wont allow Flash on an iPhone. So how is your game "currently" running on an iPhone. – The_asMan Mar 18 '11 at 19:36
you can create iOS apps with flash – Mat Mar 18 '11 at 19:41
feedback

1 Answer

up vote 0 down vote accepted

With AIR you have ServerSocket here for p2p connections

link|improve this answer
thank you - ServerSocket is unfortunately not supported on mobile devices :( is there any other way to do it? – Mat Mar 18 '11 at 20:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.