Is it possible to load an image (preferably jpg) from a binary array? The reason I ask is because I’m loading the images dynamically through SOAP webservices so I get a byte representation of the jpeg image. I can’t run the loadMovie method to point to an image URL because it doesn’t exist. Can it be loaded somehow using the bitmap classes?
Thanks for any help you can provide.
In the worst case scenario, I’ll have to make a page that will stream out the jpg dynamically from the website, but I’d prefer to keep it all on the webservices end if possible.