Robin Rodricks
Robin Rodricks

Reputation: 113956

Simulating ByteArrays using ActionScript 2?

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?

Upvotes: 1

Views: 2131

Answers (2)

Iain
Iain

Reputation: 9442

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

Upvotes: 3

Robin Rodricks
Robin Rodricks

Reputation: 113956

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

Upvotes: -1

Related Questions