async-gif-decoder:用 ActionScript 3 编写的异步 GIF 解码器,可让您在 Flash 中播放动画 GIF,而不会冻结 UI

时间:2024-07-27 06:10:29
【文件属性】:

文件名称:async-gif-decoder:用 ActionScript 3 编写的异步 GIF 解码器,可让您在 Flash 中播放动画 GIF,而不会冻结 UI

文件大小:62KB

文件格式:ZIP

更新时间:2024-07-27 06:10:29

ActionScript

异步 GIF 解码器 用 ActionScript 3 编写的异步解码器,可让您在 Flash 中播放动画 GIF,而不会冻结 UI。 受 Lee Burrows 的启发,基于 Thibault Imbert 的 。 var gif : GIF = new GIF () ; gif . addEventListener ( Event . COMPLETE , function (event : Event ) : void { trace( "done" , gif.totalFrames); gif.play(); }) ; gif . addEventListener ( IOErrorEvent . IO_ERROR , function (event : Event ) : void { t


【文件预览】:
async-gif-decoder-master
----.travis.yml(1KB)
----LICENSE(1KB)
----renderers()
--------GPUGIF.as(5KB)
----test()
--------.project(389B)
--------.actionScriptProperties(3KB)
--------src()
--------fixtures()
--------screenshots()
----README.md(994B)
----build.xml(3KB)
----async-gif-decoder()
--------.project(465B)
--------.actionScriptProperties(1KB)
--------src()
--------.flexLibProperties(456B)
----.gitignore(229B)

网友评论