Question regarding import mx.transition files

Hi,

I have a question regarding the import mx.transition files. I have a main flash file in which on button actions, different swf files get loaded into an mc. All the swf files use the mx.transitions actionscripts for various movements across the screen. What I want to know is can I just write the 2 import lines in my main.swf file and have the other swf files perform their transitions.

At the moment, each of my swf files has the import statements. Doesn’t this take up load time plus add to my file size?

Regards,
vazash.

If you have import statements in swfs, when you compile them, they will import and embed the class code. So yes, this will add to file size.

Im pretty sure you have to import them tho, otherwise your child swfs will throw an error when you compile them