I have a .NET server that uses socket connection to connect to a XMLSocket on my Flash game.

It works great except for people trying to play on schools and workplaces using routers with strict firewalls can't connect to my game.

Is there any way to bypass said routers? (I heard about HTTP tunneling but I'm unsure how to implement it)

Thanks!

Ron

link|improve this question

67% accept rate
Obviously I meant the other way around. – Ron Dec 5 '11 at 21:52
There are several options although I don't know what you can do in flash... did you try to use http(s) as a protocol instead of pur TCP/IP ? – Yahia Dec 6 '11 at 5:44
@Yahia well we need real time messaging + server push messaging so that's why we used TCP. Plus right now we don't want to convert our entire server/client to move to another technology... – Ron Dec 29 '11 at 15:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.