Quantcast
Channel: Remote Image with basic authentication? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Nate for Remote Image with basic authentication?

Try setting the source directly like so: private function set_coverArt(evt:Event) : void { coverArtImg = new Image(); coverArtImg.source = myCoverArtLoader.data; }Also, check your authentication,...

View Article


Remote Image with basic authentication?

I would like to load a an image from an external domain and I have the below so far: private function get_coverArt(coverArtID:String):void { var requestString:String =...

View Article
Browsing latest articles
Browse All 2 View Live