mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
feat(xml export): allow external as1/2 scripts, images and defineSounds (#2707)
This commit is contained in:
@@ -98,7 +98,7 @@ public class SwfXmlExportImportTest extends FileTestBase {
|
||||
|
||||
SWF swf2 = new SWF();
|
||||
try ( FileInputStream fis = new FileInputStream(outFile)) {
|
||||
new SwfXmlImporter().importSwf(swf2, fis);
|
||||
new SwfXmlImporter().importSwf(swf2, fis, outFile.getParentFile());
|
||||
}
|
||||
|
||||
if (swf.getTags().size() != swf2.getTags().size()) {
|
||||
|
||||
Reference in New Issue
Block a user