Loading SWFs from memory

Progressbar animation fix
Few refactorings
This commit is contained in:
Jindra Pet��k
2013-08-24 14:05:15 +02:00
parent 9f22cec75d
commit 8a8084ef28
140 changed files with 3902 additions and 281 deletions
@@ -80,6 +80,9 @@ public class SWFPreviwPanel extends JPanel {
if (swf == null) {
return;
}
if (swf.frameRate == 0) {
return;
}
stop();
timer = new Timer();
timer.schedule(new TimerTask() {