Give this scenario:
- I have a cool graphic in Illustrator or Flash.
- The graphic represents a figure, with various elements inside, shapes, lines, gradients, etc.
- I export it to a swf file and I can view my nice graphic if I open it.
- I have a (pure) as3 application, which loads swfs.
Then...
- Can I manipulate the contents of the loaded swf. For example: Moving its contents, changing some elements inside, duplicating them. Deforming them with the transform matrix and things like that?
- Can I, at least, read the contents and replicate them (the graphic data) inside the main application.
As far as I've been researching, I can only import the swf and use it as a whole display object, without any children, and I cannot modify it.
I want to, somehow, use the graphic information of the external swf to allow the main application deform it or use it to make new versions of the graphic.