actionscript 3 - Sending Character Zero "\0" Over Binary Socket In Flex -


This code does not send outgoing faucet bytes. How do I send back taps?

  Socket. Littet FBits ('Hello World'); Socket.flush ();  

Thanks in advance :)

use writeByte < / Code>.

  Socket.writeUTFBytes ('Hello World'); Socket.writeByte (0); Socket.flush ();  

Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -