I was wondering if I use import statements like

import allofsomething.* 

vs.

import allofsomething.lessofall.evenlessofall.onlyONEofall;

** in this example I would only be using onlyOneofall in my code.

Does the more specific import reduce my .swf file size?  Or does the
compiler only import what is actually being referenced, thus in this
example "onlyOneofall".

Reply via email to