JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#2575 Can I tell -dumpSWF to import external swfs with -importAssets/-changeImport?
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: new Help

I have a large collection of .swfs I am trying to extract images from via chid using only the cli, ideally without the need for any user input. I'm running into the issue with -dumpSWF where it shows the "Import Assets" dialogue box for every .swf that imports sprites from an external .swf files. I can get -importAssets and -changeImport to work properly with -export, but based on the documentation it seems that -dumpSWF doesn't also support this. Am I not understanding how these work or is there no way to force -dumpSWF to recognize external swfs for import (to avoid the dialogue box) like you can with -export?