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#1427 Loading graphics
Author: CobraGamer
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Images
State: postponed
Hello,
I have been experimenting with a converted SWF file from a video game. Importing it works
perfectly fine, but my problem is that the file has textures/graphics inside, like e.g.
"ui\resources\texture.png", which don't show up in the program. Even with hex-editing I
haven't been able to make those graphics show up when loading the file, all I see is red
boxes instead of the textures.
Is there a way to make this work or is the program not supposed to display graphics that
way?
Thanks in advance!
Was this a GFX file? Do you remember?
In current nightly nightly2133, images defined as DefineExternalImage/2 or DefineSubimage
should properly display.
State: new→postponed