hello,
i want to do some cryptographic routines in my flash.
I’ve encrypted .jpg files on my server, so I can’t use simple Loader class, to download
that data as Bitmap.
I’m thinking to:
- download it with URLLoader as BINARY data in ByteArray class.
- decrypt the data
- convert to BitmapData. (…, is this possible ?
please tell me some advices on how could I do image crypting in fl.
does anybody do that stuff ? ;]