Skip to content

Instantly share code, notes, and snippets.

@jetrotal
jetrotal / export_SVG_cc2017.jsfl
Last active May 15, 2019 21:20 — forked from Hoikohroh/export_SVG_003.jsfl
Flash script(jsfl):export SVG
/*
This Script exports all frames from a FLA project to a sequence of SVG files.
It was made to work with Animate CC 2017.5 (not tested on others versions)
Based on Hoikohroh Original's code from 2014: https://gist.github.com/Hoikohroh/f2fb49c78efde4e705b5
*/
//fl.outputPanel.clear();
var doc = fl.getDocumentDOM();