 irrtest Guest |
Quote
|
2011-05-09 09:02:26 |
|
I am testing irrFuscator. And of course, after checking the "obfuscate all vars" option, the swf stopped working. Perhaps it is because I am using a lot of symbols on the stage, which are then exported to AS3 and used dynamically. As far as I understand, they should all be mentioned on the ignore list.
So the question is: how to create such list in a programmatic way? Or is the only method to type manually all library symbols?
|
 niko Moderator |
Quote
|
2011-05-11 08:59:04 |
|
Hehe, right, as already answered in the other post, you could probably go through all your objects using Actionscript and trace() out their names.
|