If you aren't using a class, and don't reference it anywhere in your code, it won't be compiled in.
Most 'built-in' classes (i.e. classes beginning with flash.*) are actually implemented within the Flash Player itself, so won't be compiled into your .swf anyway. I'd imagine that's true of BlurFilter. See a previous thread today about how to see exactly what is being compiled into your .swf file. Ian On Tue, Jun 17, 2008 at 12:01 PM, Viktor Hesselbom <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know if there's a way to exclude certain "built-in" classes? > > E.g. if I'm not going to be using the BlurFilter class is there anyway for > it not to be compiled with the .swf-file? > > I'm using Flash CS3+AS3 and the reason for this is that I want to keep the > filesize as low as possible for a contest. Every byte is important. > > Thanks, > / Viktor H > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

