且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

与基本身份验证的远程图像?

更新时间:2023-11-30 23:50:10

尝试直接设置源像这样:

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, here's a question I answered regarding the auth :

Actionscript 3:读取RSS订阅源要求身份验证