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#2381 java.lang.NumberFormatException: For input string: "ff00FF00"
Author: jayz2010
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Text
State: upgraded
> What steps will reproduce the problem?
Trying to reopen a file I modified using JPEXS.
> What is the expected output? What do you see instead?
The expectation would be for the file to open so I can pick up where I left off or make
further modifications. Instead the file won't load telling me there is an issue with the
color code I used to shade the text green with a slight alpha transparency to it.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
22.0.1 on Windows 11
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
The attached recon file is the one that will no longer open. The Font file was included
for reference, it wasn't originally part of the file but I added it because it had been
loaded as an additional resource. Included for reference just in case I am mistaken about
the issue.
GUI_SF_WpnReticleRecon.WpnReticleRecon.swf (82 KiB)GUI_SF_Fonts.gfxfonts.swf (4,678 KiB)
According to my investigation, you can use colors in format "#aarrggbb" in DefineEditText
text font color attribute, but if you use it, then alpha component gets ignored and the
flash player will use opaque color.
Please try nightly 3017, it should no longer display this error, instead the alpha is
ignored (as FP would do).
State: new→upgraded