views:

19

answers:

1

Is there a way in AS3 to determine the difference between animated and not-animated gif?

A: 

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

davr