> You didn't saw you were stringifying the bytearray. Made me wonder if you'd > posted the right code or described your steps correctly.
Oops sorry about that :p > Did you try my steps? If they work, it would save you a few hops. An image > is a Bitmap so converting to ByteArray should be single method calls and not > a lot of work. You mentioned loadBytes() the byteArray the other side. Could you show how to do that? If I did it through a SWFLoader I obviously get a security violation. That was through the content.loader is that right? I am about to make a UI component which I will pass a URL to that should take care of the rest, but would be good to perfect it if possible. Are there any size limitations I should know about with ByteArrays? I don't want to find out it's all in vain :( I managed to break FlexBuilder when it was tracing out the byte array after I had turned it into a string :p Thanks Alex Rob

