> I am just creating a socket client in flex/air that connects to a > local port, reads the data and displays it on the screen. I have > another application running locally that is writing messages to that > port.
Ah, ok..
> socket= new Socket;
> socket.connect("localhost", 9930);
> Error #2044: Unhandled IOErrorEvent:. text=Error #2031: Socket Error.
Are you sure that there is a socket server running locally, and that
this socket server accepts connections on port 9930?
Cheers,
Claus.

