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.
davr
2010-06-07 19:25:44