mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 12:21:55 +00:00
shape preview fixed
This commit is contained in:
@@ -138,11 +138,13 @@ public class FlashPlayerPanel extends Panel implements Closeable, MediaDisplay {
|
||||
if (!Platform.isWindows()) {
|
||||
throw new FlashUnsupportedException();
|
||||
}
|
||||
|
||||
try {
|
||||
flash = ActiveX.createObject(ShockwaveFlash.class, this);
|
||||
} catch (ActiveXException ex) {
|
||||
throw new FlashUnsupportedException();
|
||||
}
|
||||
|
||||
flash.setAllowScriptAccess("always");
|
||||
flash.setAllowNetworking("all");
|
||||
flash.addFlashCallListener(new ActiveXEventListener() {
|
||||
|
||||
Reference in New Issue
Block a user