vote up 2 vote down star
1

I was wondering if anyone knows of any libraries for programatically creating flash swf files.

Or for creating swf from svg.

flag

I ended up using SpriteGraphics2D to do what i needed, you can read about it here. stackoverflow.com/questions/267001/… – delux247 Oct 6 at 18:51

4 Answers

vote up 3 vote down check

This sounds like a perfect job for swfmill I think you'll find it will allow you to do both, convert SVG to SWF and to create SWF files from code.

link|flag
vote up 3 vote down

Ming, which is written in C can generate SWF content. There are bindings for Ming in Perl via the SWF module and I believe it can be used with PHP as well. As far as SVG to SWF conversion, it looks like there's a Python program that can do that, but it sounds as though it's still a bit rough around the edges.

link|flag
vote up 1 vote down

You should check out SwfDotNet . It's done in .NET.

Here's an example check this out:

How to transform JPEG to SWF on the fly

link|flag
vote up 0 vote down

It seems swfmill is not as good as the standard mxmlc to convert and embed SVG files. I tested it on some simple files and it lost all color and font information.

For me, the question is still relevant, because mxmlc also loses some attributes of my SVG files, mainly gradients...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.