Closed 23b closed 8 years ago
Hey, having the same issue in CS 5.5 / Windows 7, manual install. I'm trying to export single library item with no "dependencies", all settings default.
svgXml.defs[0] is first accessed here.
stupid "commenting out" lines 656-666 results in no error for me (but the exported file does not contain the shape, ie. is blank:)
<?xml version="1.0" encoding="utf-8"?><svg xmlns:xlink="http://www.w3.org/1999/xlink" id="poziom1" image-rendering="auto" baseProfile="basic" version="1.1" x="0px" y="0px" width="1200" height="1000" xmlns="http://www.w3.org/2000/svg"><g id="elementy-sta.__C5.__82e_windaf0" overflow="visible"/></svg>
I'm also looking forward to get it working :)
Would either of you be able to attach the offending FLA and I'll take a look.
I created a new sample one, throwing the same error on export. example.txt (please rename the file extension, can't attach it as .fla because GitHub)
thank you for the reply.
Hi I'm also having this issue - I hit Export and get
TypeError: svgXml.defs[0] has no properties
Then nothing happens. I wait and press cancel and get
SVG Export Failed
in the output window.
This is on Windows 10, Flash CS6 and a new fla with a simple movieclip symbol on the timeline with a square in it (no animation) but the same thing happens no matter how simple/complex my timeline/animation.
Here is a hint: Releases up to v3.36 are working on my system. From v3.40 onwards i get the error.
I did think of trying the archived versions, but didn't! Thanks for the heads up 23b I'll try that and see if it works On 3 Jun 2016 10:07 p.m., "23b" notifications@github.com wrote:
Here is a hint: Releases up to v3.36 are working on my system. From v3.40 onwards i get the error.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TomByrne/Flash2Svg/issues/18#issuecomment-223694685, or mute the thread https://github.com/notifications/unsubscribe/AGVKyOzCl3b7Cuhhah6Pvx4eQWn1fgKdks5qIJd2gaJpZM4IqG96 .
Yes it now works (with v3.36) but didn't with the latest.
Slightly off-topic: You can export non-animated SVG-s from Flash if you happen to have Illustrator. File -> Export -> As Image -> fxg. FXG can be opened by Illustrator and saved as SVG. Hope I'm not being rude by posting this here :)
Hey, I've looked into this. At the beginning of the year I migrated from my own SVG path generator (which didn't cope well with certain shapes) to the built-in SVG generator in Flash CC (introduced in 2014 edition). This improved speed and reliability, but it means that the tool no longer works in CC 2013 and earlier. I wasn't aware that this export option was only added in 2014.
An option to add support back in would be to export to FXG in these versions and then convert the generated FXG to SVG. This would all happen behind the scenes, so the user would be totally unaware. That said, it would probably take about 14hrs to do, so I doubt I'll find the time (without a financial backer).
In the meantime I guess CS5.5, CS6 & CC 2013 users have to use v3.36.
BTW, this is the commit that implemented the new system (if anyone wanted to fork and keep pulling in other bug fixes). https://github.com/TomByrne/Flash2Svg/commit/2b6817983fa035b6a9aea5b448c36d384b45e810
Hi There! This is the first time i try to use Flash2Svg. I have sucessfully exported a SVG file with only Text on Stage and Text to Outline disabled.
Exporting any simpel Shape will cause the Export Progress to stall. (No CPU load though). Here is the Error Message on the Output Panel:
This Process leaves me with Temp_X Folders in my Flash Library containing Shapes and an empty file_temp Folder on the Filesystem instead of an exported SVG FIle.
Thanks a lot for this little tool, would be great to get this working!