Yes, that's with what I had started and what doesn't work :-)

On Tue, Feb 23, 2010 at 11:17 PM, Valentin Schmidt <v...@dasdeck.com> wrote:
> private function handleTcpData(event:Event):void {
>  if(_socket.bytesAvailable) {
>    try{
>      var str:String = _socket.readUTF();
>      updateGUI(str);
>    }catch(e:Error){}
>  }
> }
>

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

Reply via email to