Hi all,
i get an answer at Launchpad and so now the Flash SWF exporter extension is working again: http://my.opera.com/area42/blog/inkscape-flash-swf-export
Thanks to ~suv!
Cheers Bart.
Zitat von bart@...1198...:
Hello,
i updated the swf_output.inx to get the Flash SWF export extension running with Inkscape 0.48.1 on Linux ( http://wiki.inkscape.org/wiki/index.php/Extension_repository#SWF_output ):
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <_name>SWF Output</_name> <id>org.inkscape.output.swf</id> <dependency type="extension">org.inkscape.output.pdf</dependency> <dependency type="executable" location="extensions">pdf2swf.sh</dependency> <dependency type="executable" _description="swftools must be installed to run; see http://www.swftools.org/">pdf2swf</dependency> <output> <extension>.swf</extension> <mimetype>application/x-shockwave-flash</mimetype> <_filetypename>Flash SWF (*.swf)</_filetypename> <_filetypetooltip>Flash movie shape</_filetypetooltip> </output> <script> <command reldir="extensions">pdf2swf.sh</command> <helper_extension>org.inkscape.output.pdf</helper_extension> </script>
</inkscape-extension>
But it does not appear at the "Save as" dialogue at the filetype box. When i delete these lines at the swf_output.inx: <dependency type="extension">org.inkscape.output.pdf</dependency> <helper_extension>org.inkscape.output.pdf</helper_extension> it appears but it did not work because the exported file is now a SVG and not a PDF.
Any hint what's wrong?
Cheers Eckhard.
Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel