views:

33

answers:

1

I'm working on a flash project that incorporates a lot of artwork done in Illustrator CS4. I've been copy-pasting directly from Illustrator into Flash, and I add some animations as well. Final file is going to be a one single swf file which will be a part of UI for an application and .net will be the core for this. But now flash becomes unusable slow to respond for actions. My machine is a fast i7 with 6gb of RAM, so I don't think that's the issue. We are going to use this file with dual core atom processors. Does anyone have ideas for alternative importing techniques, optimizations within illustrator, anything at all that will make this more manageable? Thanks

A: 

Even though the stuff you're pasting from AI is vector, Flash becomes very slow when trying to render all of those objects on the screen. Under the View menu, select Preview Mode, then Fast. The images will look jaggy on the screen, but the interface will be snappier.

wmid
thank you very much for the response wpjmurray, this help me a lot. will this effect in compiled swf?
sasi350
No, it won't affect the compiled swf at all, it's just there to make the interface faster when you have a lot of items visible at once.
wmid