1

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?

2 Answers 2

3

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

Sign up to request clarification or add additional context in comments.

1 Comment

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!
-1

"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. "

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.