简体   繁体   English

如何在 Flash 文件(.fla 文件)中查找动作脚本

[英]How to find Action Script in a flash file (.fla file)

I have to analyse data in a flash file.我必须分析闪存文件中的数据。 I have given with swf file , which i decompiled and produced .fla file which contains 35000 lines of code.我提供了 swf 文件,我将其反编译并生成了包含 35000 行代码的 .fla 文件。

In that .fla file how to find user written code (i think so Action Script ).在那个 .fla 文件中如何找到用户编写的代码(我认为是 Action Script )。 I am struggling with this.我正在为此而苦苦挣扎。 Meanwhile i am preparing environment for flash editor with flashdevelope software.同时,我正在为带有 flashdevelope 软件的 flash 编辑器准备环境。

Can somebody please suggest me how to find user written code in a flash file(.fla)有人可以建议我如何在 Flash 文件 (.fla) 中找到用户编写的代码

You have to look on each and every keyframe which have an action symbol.您必须查看每个具有动作符号的关键帧。 I put an image to show how it will appear in flash file.我放了一个图像来显示它在 Flash 文件中的显示方式。

在此处输入图片说明

If your swf is targeted to AS3 then probably all the codes will decompiled in external ActionScript files.如果您的 swf 以 AS3 为目标,那么可能所有代码都将在外部 ActionScript 文件中反编译。 You will have to search in all the directories generated from your decompiler.您必须在反编译器生成的所有目录中进行搜索。

Edit编辑

as @BadFeelingAboutThis suggests, there is another way by looking at the left panel within action panel.正如@BadFeelingAboutThis 所暗示的,还有另一种方法是查看操作面板中的左侧面板。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM