#624 search in embedded swfs fixed

This commit is contained in:
honfika
2014-07-26 22:23:45 +02:00
parent ce08f419cc
commit 96e9364e76
2 changed files with 3 additions and 5 deletions

View File

@@ -608,7 +608,8 @@ public final class SWF implements TreeItem, Timelined {
ArrayList<ABCContainerTag> newAbcList = new ArrayList<>();
getABCTags(objs, newAbcList);
this.abcList = newAbcList;
isAS3 = !newAbcList.isEmpty();
abcList = newAbcList;
}
private static void getABCTags(List<ContainerItem> list, List<ABCContainerTag> actionScripts) {