I have an old Flash Project (AS 2 pre flash 9) that I have to port canvas. The animation is used as a background in a kiosk like application. The platform it needs to run on is Android 4 WebKit.
I have tried to export the animation in CS3 and extract the images using Zoƫ but I just get an error message and then it just says "Exporting..." forever.
Swiffy works partially but I get 25 "Pixel hinting on strokes is not supported" errors. Another downside would be that I still had to maintain the animation in flash.
I have no prior experience in flash and some experience in JavaScript/Canvas.
My main goal is to extract the images from the .fla file because I will probably rewrite the code anyway.
EDIT: I ended up copying every flash element in to a new Project and saving it as a png or svg.