Is it possible to dynamically load vector files, in this case .ai files in Actionscript 3? You can import them to the stage, but I want to do this dynamically, is there a way to do this?
You could save the vector data in an XML format such as SVG (Illustrator supports this), then load it using URLLoader, parse the data and draw it into a Shape object.
There are a few AS3 SVG parsers available on the web: http://www.google.com/search?q=svg+as3
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With