Comments on: Flex 2.0 SVG Support https://joshblog.net/2006/05/12/flex-20-svg-support/ Archive of older blog posts written by Josh Tynjala about Flash, Flex, and ActionScript Wed, 26 Jun 2013 02:52:46 +0000 hourly 1 https://wordpress.org/?v=4.9.9 By: Amos https://joshblog.net/2006/05/12/flex-20-svg-support/#comment-174 Mon, 14 Jun 2010 01:08:57 +0000 http://www.zeuslabs.us/archives/68/flex-20-svg-support/#comment-174 Does anyone know of an example of using SVG fonts in Flex? Do they only work in embedded SVGs?

]]>
By: maumac https://joshblog.net/2006/05/12/flex-20-svg-support/#comment-173 Thu, 25 May 2006 05:56:09 +0000 http://www.zeuslabs.us/archives/68/flex-20-svg-support/#comment-173 I was actually using a library class approach, but was not being successfull in finding a way to implement it in a very productive manner. Your snippet clarified it, one static member of type Class for each asset. Thanks a lot!

]]>
By: Josh Tynjala https://joshblog.net/2006/05/12/flex-20-svg-support/#comment-172 Wed, 24 May 2006 19:47:17 +0000 http://www.zeuslabs.us/archives/68/flex-20-svg-support/#comment-172 I think the embedding makes a lot of sense. If you want to make it more like a Flash-style library, I suggest building a Library class that contains all your embeds. Then you can access all your embeds from one location:

mySprite = new Library.MyEmbeddedAsset();
this.addChild(mySprite);
]]>
By: maumac https://joshblog.net/2006/05/12/flex-20-svg-support/#comment-171 Wed, 24 May 2006 19:26:13 +0000 http://www.zeuslabs.us/archives/68/flex-20-svg-support/#comment-171 I’m actually using Inkscape to draw the sprites for a flash game I’m developing on.

I was really amazed when I found out that mxmlc could import SVG! I was hoping to see some SVG-SWF integration with Macromedia being bought by Adobe, but I’d never imagine it would come so soon (I know, the SVG embed stuff is there since the thing was released under Macromedia label, but you get the point :).

It not only eases art production on flash OS projects, but also benefits all kinds of projects by opening up possibilities and smoothening workflows.

Now we have many choices of different flavours to pick when making art for flash player apps, from OS Inkscape to industry-standard Illustrator. These two examples alone show how this move brought benefits for both OS and MacDobe.

Now you can just create a graphic in , save it, mxmlc’it, and it’s done in the SWF!

The embed stuff though is kinda weird way to manage assets IMHO, the way it’s currently implemented. But that’s another story.

]]>
By: stelt https://joshblog.net/2006/05/12/flex-20-svg-support/#comment-170 Mon, 15 May 2006 21:37:42 +0000 http://www.zeuslabs.us/archives/68/flex-20-svg-support/#comment-170 http://svg.startpagina.nl has a broad range of SVG tools

]]>