如何从 swf 文件中提取动作脚本类?

发布于 2024-12-08 23:37:57 字数 436 浏览 4 评论 0原文

当我尝试从 .swf (来自 硕思 SWF 反编译器)中提取 .fla.as 时,这些类文件 .as 中都是数字,如下所示:

aso#33082.onPress = function ()
{

或者

function    ()
{
    for (aso#88375 = 0; aso#88375 < 1000; aso#88375++)
    {
        delete eval("_root.map.arrows.arrow" + aso#88375).onEnterFrame;
    }

为什么会有这些数字? 有什么方法可以正确提取类吗?

谢谢你!

when I try to extract .fla and .as from .swf (from Sothink SWF Decompiler), the classes in the file .as are all numbers, like this:

aso#33082.onPress = function ()
{

or

function    ()
{
    for (aso#88375 = 0; aso#88375 < 1000; aso#88375++)
    {
        delete eval("_root.map.arrows.arrow" + aso#88375).onEnterFrame;
    }

why there are those numbers?
is there any way to extract the classes correctly?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美胚控场 2024-12-15 23:37:57

不会,一旦在发布模式下编译 SWF,此信息就会丢失。

No, this information is lost once the SWF is compiled in release mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文