AS3: Parameter names disabled, because Flash CS5.5 inserts invalid param names indices that may cause problems

This commit is contained in:
Jindra Pet��k
2011-07-12 10:52:13 +02:00
parent 65628e9016
commit b560b92e46
5 changed files with 20 additions and 5 deletions
+3
View File
@@ -70,6 +70,9 @@ public class Main {
/** Turn off decompiling if needed */
public static final boolean DO_DECOMPILE=true;
//using parameter names in decompiling may cause problems because oficial programs like Flash CS 5.5 inserts wrong parameter names indices
public static final boolean PARAM_NAMES_ENABLE=false;
public static String getFileTitle() {
if (maskURL != null) return maskURL;
return file;