Hi,

You can use FlashDevelop (Windows) to create "intrinsic classes" - stub code that will allow you to compile a SWF without using the classes (which go in a library).

I think there is a separate program called "Igen" which generates these intrinsic classes for you from existing files so you may be able to run that separately.

   HTH

   Glen

Pasha wrote:
Hey!

I'm trying to reduce SWF file size to the minimum.
The problem that bothers is a large amount of unused code exported to the
SWF.
If I use a class, all the code from the class is exported.
Even if a single method with an empty body is used, the class is exported
completely.
I use Action Script Viewer to explore the SWF.

Of course, I could remove the unused methods by hand, but it is highly
impractical for the large projects.
Do you know if there is a tool that can help me to remove unused code from
my SWF?
Maybe one of the obfuscators?

Pasha
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--

Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to