mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 18:44:46 +00:00
Added AS3 - Show Embed tag over asset classes (readonly)
Added AS3 - Checkbox for exporting assets embedded using `Embed` (-exportembed in commandline) Added FLA export - AS3 - Using `Embed` tag for DefineBinaryData, images not extending BitmapData
This commit is contained in:
@@ -108,7 +108,7 @@ public class ExportTest extends FileTestBase {
|
||||
return this;
|
||||
}
|
||||
|
||||
}, fdir.getAbsolutePath(), new ScriptExportSettings(exportMode, false, false), false, null);
|
||||
}, fdir.getAbsolutePath(), new ScriptExportSettings(exportMode, false, false, false, false), false, null);
|
||||
} catch (Exception ex) {
|
||||
fail("Exception during decompilation: " + filePath + " " + ex.getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user