How to find AS code in FLA file

≡放荡痞女 提交于 2019-12-11 05:53:21

问题


So one programmer maded a flash app, but when i open it whit adobe flash, i'can find any code inside, but the application works, i've tried to see in the frames actions, but nothing, the library is only with movieclips, any ideas please?


回答1:


SWC libraries contains AS classes as well. There are some explorers for SWC files, for example Flash Builder 4.6 supports it. You can also rename *.swc file to *.zip and check the catalog.xml file for class names and use any swf decompiler for browsing library.swf for sources.



来源:https://stackoverflow.com/questions/14272484/how-to-find-as-code-in-fla-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!