SWFLOADER: Achieve vectorial behavior when transformations are applied.
Hi.
I've a doubt/problem embedding .swf into Flex.
I've a swfLoader, wich contains a vectorial map draw, created with Flash, that must change dinamically scale and rotations, through Matrix3D.
The problem is that I expected it to behavior as a vectorial draw, let's say, not to loose quality when resizings or transformations are applied to it, but it does (it behaviors as a bitmap...).
¿Why it happens?
¿What should I do to achieve it? ¿It's necessary implement 3D transformation model into Flash first and, then, trying to communicate with it from Flex?
As you guess, I'm very rookie in this.
I hope I explained it well.
Thanks
|