Hunter Stern
2014-02-13 16:42:58 -08:00
parent 704f4aa443
commit 164d0fbdc5
@@ -61,6 +61,12 @@ public class CustomSWFTags extends SWFTagTypesImpl {
return actions;
}
//added for https://webarchive.jira.com/browse/HER-2064
@Override
public SWFActions tagDoInitAction( int spriteId ) throws IOException{
return actions;
}
public SWFActions tagDoInActions(int spriteId) throws IOException {
return actions;
}