我有一个关于从服务器获取图像的问题。顺便说一句,我正在使用 BlazeDS。当我尝试从加载器加载它时,它给了我“加载的文件是未知类型”。错误信息。这是我的代码:
var loader:Loader = new Loader();
loader.loadBytes(SessionClientData.prsnl.resim); //it throws an exception here
img_doktor.source = Bitmap(loader.content);
SessionClientData.prsnl.resim 是字节数组。
有什么建议么?或任何其他方式吗?