Hi flash-lovers,
I wrote a webservice returning an XML-file containing a picture in base64-encoding (byte[] ). The service works just fine, it's the decoding part in Flash MX 2004 I'm having troubles with...
I'm able to capture the XML-file and read out the tag containing the picture.
Here's the tricky part: How do I get the binairy code into an MC or other object showing the picture?
Every tip, trick or link is very much appreciated...