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:
Jindra Petřík
2023-09-24 19:38:42 +02:00
parent ef9e80cb21
commit 4eabf89291
22 changed files with 479 additions and 48 deletions

View File

@@ -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());
}