Fixed Adding new frames did not set correct timelined to ShowFrame

Add tag before / after refactoring.
This commit is contained in:
Jindra Petřík
2022-11-06 16:31:49 +01:00
parent ef203ffc3f
commit c73a754a51
6 changed files with 23 additions and 80 deletions

View File

@@ -171,7 +171,7 @@ public class AdobeFlashExecutor {
actions2.add(new ActionReturn());
doaTag.setActions(actions2);
swf.addTag(doaTag, asm);
swf.addTagBefore(doaTag, (Tag) asm);
i++;
}