Search code examples
actionscript-3flashadobe-illustrator

Illustrator vector graphics to AS3 SWF for Flash Builder


I need to convert Illustrator images to be able to use them in FLASH (AS3).

Illustrator projects contains 1 to n layers. I Would like to convers each project to single SWF to be able to do ColorTransform on selected layer in FLASH (AS3).

I've noticed that if i just simply export Illustrator to SWF then it uses AS2 and i can't change specific layer (no numChildren, type of object AVM1Movie).

Is there an easy way to convert Illustrator multi-layer vector images to SWF (AS3) to be able to ColorTransform only one specific layer in FLASH project (loading them (SWF's), for example, with Loader.load)?

P.S. I plan to use newest tools (from CC platform) - Illusrator, Flash Builder, Flash Professional.


Solution

  • Just copy of my comment to the answer, as question is solved and should be treated by SO as unanswered )

    I always use Flash Pro AI importer for such types of tasks - import assets from AI to SWF. You can copy/paste graphics from AI to Fla file opened in Flash Pro or use file->import to stage Flash Pro option.