vote up 0 vote down star

Any replacement for the AS3 ByteArray where you can read raw binary data via any medium?

Maybe load a TXT file and access the characters byte-by-byte? Any ideas?

flag

2 Answers

vote up 2 vote down check

search for base64 - that's how to do it.

link|flag
Yeah lain, you won't believe it, that EXACTLY what I'm doing! See here stackoverflow.com/questions/19893/… I JUST found and commented on the question! – Jeremy Rudd Feb 2 at 10:24
vote up -1 vote down

"The Socket class enables ActionScript code to make socket connections and to read and write raw binary data. It is similar to XMLSocket but does not dictate the format of the received or transmitted data. "

link|flag
Socket is part of the AS3 API. RTQ. Downvote. – spender Feb 5 at 1:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.