Does anybody know any way or any software which could decompile swf file to generate the source code mxml file and actionscript file? If any, could you give me a little more detail about how to do?

Thanks!

有帮助吗?

解决方案

The Flex Compiler translates MXML into ActionScript before compiling it. There is going to be no way to start with the SWF and get the MMXL Code.

There are plenty of decompiler options if you need the ActionScript code. Sothink has one. I have used another SoThink products and it has been solid.

There could be moral and legal issues surrounding the use of decompilers, so using one is not a decision I'd take lightly.

其他提示

Flash Decompiler Trillix is able to decompile SWF file and return source code. Flash Decompiler

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top