Guys when there are deadlines and a Boss bugging you 24/7 there is no time
to pick a book and learn a language definitely different from the language
you are being writing for years.

I've found another way to share information between two applications by the
way. It is not a new way, it is the traditional use of a local SQLite
databse file. That will help and I'll implement some Ideas I already have to
do what is needed. But please don't tell my boss :D

Cheers.

On Sat, Jan 10, 2009 at 12:32 AM, Weyert de Boer <[email protected]> wrote:

> 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
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Omar M. Fouad - www.omar-fouad.net
Cellular: (+20) 1011.88.534
Mail: [email protected]

This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to