Flash Experts! need help

ockky

Senior member
Jul 29, 2004
735
0
71
is there anyway to when using xmlsocket, to prevent the data that is being read in as an Ascii character?

for example: the server sends the byte 122 and flash reads it in as 'z', then the server sends the byte 127, and it is read in as 'undefined'.

i realize i'm supposed to using tags and whatnot, but i'm just trying to see if this is possible in any fashion. thanks
 

Modeps

Lifer
Oct 24, 2000
17,254
44
91
I've never done any socket work with flash, personally I dont think it's worth it... flash really sucks as a API.