Stop traces in swc library (actionscript3)

There are many tracks built into the swc library that I use in flash-builder. Can I get rid of them without touching his code? How?

thank

+3
source share
2 answers

You can use the stripper tool from Joa Ebert Apparat :

stripper -i my-swc-library.swc
Stripper

SWF. . ,         while (iter.hasNext) {trace (iter.next())}                  while (iter.hasNext) {iter.next()}          -, .         :       stripper -i input.swf -o output.swf stripper -i inputAndOutput.swc

+6

Flash Builder : omit-trace-statements true.

.

0

All Articles