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

#2331 Add support for Flash Lite ActionScript
Author: user asp
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: upgraded Help

Hello JPEXS, I have some questions to ask you. I extracted an SWF file from my Nokia phone and found an unknown command by decompiling it. Through other decompilers such as ASV, it can be known that it is "FSCommand2()". Through searching, I found that it is running on Flash Lite, which is a runtime environment different from Flash Player and Air. Flash Lite was primarily used for mobile applications and executed special versions of ActionScript such as Flash Lite 4.0 ActionScript. So I wonder if your decompiler can support decompiling these special versions of actionscript instructions in the future? Not just the 'FSCommand 2' command, there may be others as well. I noticed that this issue has been mentioned for a long time # 5 FSCommand 2 not supported, but it seems to have not been resolved yet I submitted an SWF, you can test it and see.Thanks.
Downloadlite.swf (264 KiB)
admin
It seems that in issue #5 , the FSCommand2 support was already there, but for some reasons, it was commented out during some refactorings. I added it back in nightly 2930, you can try it. I also added support of the #strict directive - ActionStrictMode. I don't know about any other Flash lite actions which should be implemented.
State: new→upgraded