1

我有两个具有两种分辨率的图像:HD(2500x1500px)和 LD。我在预览中使用 LD,在详细视图中使用 HD。项目加载时,它将加载的 BitmapData 作为 bitmapData 变量存储到系统内存中(lowres 和租用为 BitmapData)。但是当我调用高清模式时,它会在显示高清图像之前有 1-2 秒的延迟。一点代码:

var hires:BitmapData;
...
//when Loader complete
hires = e.currentTarget.content.bitmapData;
...
//Setting BD
this.BitmapData = hires;//--> Too Sloooooww

怎样才能摆脱预约高清bitmapData的延迟呢?

4

0 回答 0