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?
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?
search for base64 - that's how to do it.