Flash-Animated-GIF-Library
Flash-Animated-GIF-Library copied to clipboard
A wicked fast and robust AS3 library for playing Animated GIFs in Flash.
Or it will fail when compiling.
Hey! Friend of mine, used this before in order to replace a background on a 800x600 SWF Window made in AS3. I wanted to do the same so I could...
It's actually a bug which can be triggered like this: ``` var gif:GIFPlayer = new GIFPlayer(); gif.addEventListener(GIFPlayerEvent.COMPLETE, function (e:*):void { addChild(gif); }; gif.loadBytes(gifDataBytes); ``` As I tried, two lines' modification...
I've been trying to create a working function that changes the framerate of an animated GIF after initialization since I need it for a project, but I can't seem to...