> I am trying to create an AIR application that would listen to a port > on the client's machine and print the messages.
That's not possible without a (non-Flash) local socket server. AIR applications can only work as socket clients, but not as socket servers (they can connect to sockets but can't accept socket connections). Cheers, Claus.

