sound play fix

This commit is contained in:
Honfika
2014-03-08 18:39:28 +01:00
parent 50bc6f3c1f
commit 22631f7c07
3 changed files with 3 additions and 3 deletions

View File

@@ -2748,7 +2748,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
List<Action> actions;
DoActionTag doa;
doa = new DoActionTag(null, new byte[]{}, 0);
doa = new DoActionTag(swf, new byte[]{}, 0);
actions = ASMParser.parse(0, 0, false,
"ConstantPool \"_root\" \"my_sound\" \"Sound\" \"my_define_sound\" \"attachSound\"\n"
+ "Push \"_root\"\n"