TomByrne / Flash2Svg

Export Animated SVG files staight from Flash Pro
MIT License
337 stars 51 forks source link

Animated SVG Exporter for Flash Pro / Adobe Animate

Example animation

See more examples here

INFO: The last version that works in CS5.5 and CS6 is v3.36

INFO: Mac Users, Animate v2017.1 contains a bug which breaks the plugin, please upgrade to v2017.2

To Install from Adobe Add-ons

To Install from ZXP

To Use in Adobe Animate / Flash Pro CC

Where to find in menus

To Use in Flash Pro CS5 / CS5.5 / CS6

Installation issues

If you've installed the plugin but it isn't showing up, it could be a number of issues related to the Adobe plugin installation system. Check here for manual installation process.

To build the extension on Windows

To build on other operating systems, the build.bat file will have to be converted, if you do this send me a pull request and I'll add your script into the main repo.

Supported features

Core

Animation

Filters

Blend Modes

Unsupported features

Core

Animation

Filters

Blend Modes

Added features

Some features are not in flash but are added to improve the output, they're all optional.

High FPS

This allows tween animations to play at whatever framerate the browser chooses (normally 60 fps). It makes animations look much smoother than their SWF counterpart.

Animated View Box

If you have a scene which you'd like to pan and zoom around during the animation, you can add a rectangular symbol and name it "viewBox" (with exactly that capitalisation) and animate it around your scene. When the animation is exported, this area will be considered the 'camera' and will animate the visible area of the scene during playback.

Wiki