ImageLoader 是图像下载器, 是 Anyloader 系列的一个子集, AnyLoader 是多个 flash 实例组合的,由 JS 封装的套件的称呼,在需要调用的情况进行按需调用。
如图:
.png)
Anyloader 扩展愿景
- 尽可能的早的获得加载内容信息。
- 尽可能早的处理加载的内容。
- 实现预加载。
- 提升页面性能。
因此Imageloader就是
- 尽可能的早的获得图片高宽等信息。
- 尽可能早的处理加载的图片。
- 实现图片预加载。
- 提升页面加载图片的性能。
imageloader 封装代码
https://github.com/kissyteam/kissy-ajbridge/tree/master/src/imageloader
imageloader AS3 核心代码
https://github.com/kingfo/anyloader