That almost worked. Flash player can play it, but for some reason, the tool decided to save each drawing path to separate shape object and instantiate all 71 shapes in frame tag. That makes it hard to move that to another flash file. (screenshot)
But nevermind, I've finally went through some Python tutorials and created a script that converts path tags in SVG file from your tool into SVG file path tags compatible with Flash. I felt sort of illiterate not "speaking" any scripting language anyway :-D so it was about time.
(attached) It's my first "Hello word" Python script, so it's far from perfect, but it works at least for SVG file you sent.
I should be able to enhance it when we run into something in SVG that it won't work with, like gradient or bitmap texture fill.
So now we can continue with drawing.
svgfillmod.py (3.72 kB - downloaded 45 times.)