Hi!

Glen,
I just want to load SWF as quick as possible (apparently, the first time the
user accesses the page).
"Intrinsic classes" trick is good, thanks for the suggestion, but it does
not help in my case.

It's so stupid to cut all the unused methods manually to reduce the SWF
size.
 There must be a solution.
Guys, help! Anyone?!

>Hi,
>You can create "intrinsic classes" - stub code that will allow you to
compile a SWF without using the classes (which go in a library).
>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

Reply via email to