If you want to open server sockets with AIR. You need an extra application alongside your AIR application. This application then opens the listening or server socket and then acts as some sort of middleman or proxy for your AIR application by redirecting the traffic back and forth of the listening socket to the open connection of the AIR application to this middle man. Like:

   1. Start helper application
2. Helper application opens AIR application after opening connection (or use SocektMonitor to monitor it instead)
   3. AIR application open client connection to Helper application
4. Any incoming data into the listening socket should be forward to the socket connected from the AIR application

Yours,
Weyert
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to