On 4/29/16, 2:01 PM, "jude" <[email protected]> wrote:
>Isn't SVG markup? it should load as plain text. You may need to try >different content types for it to load correctly. There are a few SVG to >AS3 importer classes online. Embedded SVG is transcoded to a Sprite. > >What's being used in three MXML compiler that's used to convert embedded >SVG to a Sprite? AIUI, it is a simple mapping of SVG tags to SWF tags. Not all SVG tags are supported. >Can we convert that code into an AS3 class we can use at >runtime? The result of any embed is a class. -Alex
