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.

#1869 "Replace references with other character ID" not working on Images
Author:
STA20

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: GUI
State: closed 

I tested it with shapes and sprites, and it works fine. Trying it on images does nothing.
I am guessing that FFDec does some standard byte search when executing this command,
however images are only referred to inside shapes (in fillStyles and StyleChangeRecord
tags only, I think?), and shape tags are not byte-aligned, they are bitpacked. So this
search fails.
But I may be entirely wrong here.
This is fixed in nightly 2205.
State: new→upgraded
State: upgraded→closed