开发者

AS3 determine differnce between animated and not-animated gif?

开发者 https://www.devze.com 2023-01-02 08:49 出处:网络
Is there a way in AS3 to开发者_如何转开发 determine the difference between animated and not-animated gif?The native Flash Player does NOT support animated GIFs. However someone has written a library t

Is there a way in AS3 to开发者_如何转开发 determine the difference between animated and not-animated gif?


The native Flash Player does NOT support animated GIFs. However someone has written a library that does, so you could use that library to read in the file, and count the number of frames. 1 frame = non animated. More than 1 frame = animated.

AS3 GIF Player Class

0

精彩评论

暂无评论...
验证码 换一张
取 消