On Mon, 2008-10-06 at 17:15 -0500, Alan Lynn wrote: > > Converting static gifs to png is fine, but the png format doesn't > support > animation. For animated gifs I would have to convert each frame > individually > then build a movieclip in swfmill, correct? That's work better suited > for a > computer program.
SWF doesn't have a concept of animated images. You'd have to separately represent the individual frames and place them in the timeline.. > Can you suggest a program for converting an animated gif to png > frames? I > could probably write a program to generate the swfmill xml myself ImageMagick can do that, like this: convert animated.gif animated.png produces animated-0.png, animated-1.png, etc, one for each frame. hth, -dan _______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
