↧
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 ArticleRemote 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
More Pages to Explore .....