Could someone shed some light on how to go about populating an image control with the results of a HTTPService request? I've spent hours trying to get this to work to no avail and haven't been able to find any examples anywhere. The images are from other websites which may or may not have a cross-domain policy file and for those that don't I receive security errors when trying to use something like
<mx:Image source="http://somesite.com/someimage.jpg">. My plan was to send the HTTPService request via a PHP proxy script which I've done no problem for XML or other data types, but when I try to do the same for an image, HTTPService.lastResult comes back as null. If anyone has a simple example or can provide a useful link I'd really appreciate it, and thanks for helping out a noob! :) Jon

