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 issues#1436 Importing a scripts folder only imports scripts already in the SWF file
Author: DavidJCobb
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new
> What steps will reproduce the problem?
Export your SWF's scripts to a folder on your hard drive.
Add new subfolders and script files to the exported folder.
Import all of the scripts (that is, import the containing folder of your "scripts"
folder).
> What is the expected output? What do you see instead?
Expected result: All of the script files in the "scripts" folder are imported, including
new subfolders and files; files that are in the SWF but not in the selected "scripts"
folder are removed (optionally after a confirmation prompt).
Actual result: Files in the "script" folder are only imported if their paths and names
match files already in the SWF file. The import feature can apparently be used to edit
scripts already in the SWF, but it cannot be used to add new scripts. The UI doesn't offer
any way to add new subfolders or script files either. This is very, very limiting.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
v10.0.0 nightly 1655, on Windows 10.
Yes, this is very, very limiting, but not a bug.
Type: bug→feature
My apologies re: putting it in the wrong category; and thanks for taking the time to look
at it.