vote up 1 vote down star

Hi,

I'm trying to use an SVG file in my Flex app - but it seems the best way to do that is to convert it to MXML. However, I cannot find an SVG to MXML converter. There seem to be a number of SVG to XAML converters (for Silverlight/C#), but I can't find anything analogous for Flash/Flex.

Any help would be appreciated.

Thanks, Karthik

flag

3 Answers

vote up 2 vote down

You should be able to Embed the SVG directly, without a converter.

link|flag
I have embedded SVG files in this way with great success -- it's definitely the right answer. +1. It should be noted however, that as of the last time I tried this, you cannot load SVG images dynamically at run time; they must be embedded at compile time. – rmeador Mar 31 at 19:26
vote up 1 vote down

Well, the SVG is an XML file, basically. So if you want to import it at runtime, you could read it as an XML file and then use the AS3 drawing API to render it. Check out this ActionScript 3 SVG renderer on Google Code!

link|flag
vote up 1 vote down

yes, there are few libraries but i haven't come across any mature one- - http://code.google.com/p/as3svgrendererlib/ - http://www.degrafa.org/ - http://code.google.com/p/svg-viewer/ - http://labs.zavoo.com/?p=65

link|flag

Your Answer

Get an OpenID
or

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