feat(xml export): allow external as1/2 scripts, images and defineSounds (#2707)

This commit is contained in:
Jindra Petřík
2026-05-10 16:09:46 +02:00
parent f8652d236a
commit 5bb8a2c23d
24 changed files with 995 additions and 115 deletions

View File

@@ -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()) {