Renée Waverly

Tips for Macromedia Flash MX 2004

The program works nearly flawlessly under WINE (no pressure sensitive pen input); On Windows 8.1, use Windows XP compatibility setting. This is a twenty year old program at this point, so save often.

Exporting SVG

GUI Route

While checking my notes and researching to put this together, I found https://stackoverflow.com/a/21256104, which links to Very New Media’s Flash2SVG tool (Direct Download Link). This appears to be a gui app that uses the same as3swf library as the CLI program I’ve used extensively.

It’s an AIR app, so we need to obtain an Adobe AIR runtime. HARMAN took over support for Adobe AIR , so you can obtain an up-to-date runtime at https://airsdk.harman.com/runtime. Do note that they discontinued linux support, so we’re kind of limited to doing this on Macs or Windows machines.

CLI Route

Previously, I used https://github.com/flying-sheep/SWF2SVG. It is also an AIR app. The main issue with this tool over the GUI route is that exporting omits the viewBox. You will need to manually set the viewBox in a text editor.

Importing SVG

Inkscape provides two “Save As…” options of interest to us: WMF (Windows Metafile) and EMF (Enhanced Metafile). There are some subtle differences in support between the two, but I typically use WMF. Regardless of which one is used, not all SVG features are supported or converted over.

The main issue with WMF and EMF is scaling; they’re imported as a bit smaller than they should be.

Dead Ends That I’ll Keep Looking In To