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

#2422 Is there a way to replace images in jpexs-decompiler?
Author: user Luis
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: opened Help

I'm modifying a game, I have to replace hundreds of images one by one, is there a way to select multiple images to change them at the same time?
admin
You can use import feature on the Import tab. Just click any of the import toolbar buttons, it will tell you what to do.
State: new→opened
user
Thank you.The method works, but I ran into a problem, the files in the original folder are named as follows: 1, 2, 3, etc. After editing them in Macromedia Fireworks and exporting frames to files, these are named l_f01, l_f02... I tried to rename them in batches through Windows, but even leaving them blank, the generated names have parentheses, (1), (2)... Any suggestions?
user
Could you implement automatic renaming of images in the folder? I tried several renamers, but the only one I could use (FileRenamer) arranges the files in the sequence 1...9, 10, 101, 102, etc. I need it to maintain the order 1...9, 10, 11, 12, etc. Otherwise the images will be out of order. It would be better if FFDEC had automatic renaming. There are really a lot of images!