And FWIW, you will have all kinds of problems using XMLSocket for binary data, in either direction. For example, when receiving binary data, if there is a null byte, the byte will be considered to be a packet delimiter, and will be removed (and preceding data will be passed as a string to onData).
Peter On 5/7/06, Peter Hall <[EMAIL PROTECTED]> wrote:
No, not really. If you can wait until Flash Player 9, the AS3 Socket object handles binary data natively. Peter On 5/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Binary Data through XMLSocket : > ------------------------------- > > How we can send binary data through XMLSocket.I have been able to > receive > binary data but not been able to send binary data through XMLSocket i > tried > using Array > but it automatically inserted commas between the elements of Array.Isthere > is any data structure that i can use to send the binary data through > xmlsocket. > > > Max > > > > -------------------------------------------------------------------- > mail2web - Check your email from the web at > http://mail2web.com/ . > > > _______________________________________________ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com >
_______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com