nosamu
nosamu
This issue has been near-impossible to triage due to lack of easy access to the SWF files. Well, thanks to 7-Zip adding support for reading Linux filesystem images, I've been...
I've bisected the black screen issue to commit 3c0b9b9f6244c3f0e12c24d978b32c2c4818c11f. Also worth noting: None of the load behaviors added in #8009 fix the problem.
As for the original issue with the blank text in buttons, this probably needs #5492.
I think this is an instance of #10660
See the doSnow function on frame 50 => DoAction[5]. This is drawing a texture to a bitmap using DisplacementMapFilter, then overlaying the screen with that bitmap. Since the bitmap is...
Nine-slice scaling is implemented very strangely in Flash and it will take a lot of time to investigate and implement its various quirks. Can't promise that a dev will pick...
Not abandoned, I just haven't had time to work on it! Please attach a zip file containing all of the files you were trying to extract from, and I'll take...
About the script error and file prompt appearing twice, I noticed that bug recently too. It only occurs on my laptop, not my desktop that I normally use for development....
Okay I'll look into it asap. I hope it is not a Windows 11 issue because I don't have that to test. Though I may update to it soon.
Why do we use a hidden form submission to navigate to URL rather than something like window.location.assign()?