开发者

SWF file decompiling program

开发者 https://www.devze.com 2023-01-11 05:57 出处:网络
I have decompiled an swf file in to .fla f开发者_开发问答ile by using a registered decompiling software, in that fla file there is code \"getURL(\"./home.html\", \"_self\");\" , but when i run this fi

I have decompiled an swf file in to .fla f开发者_开发问答ile by using a registered decompiling software, in that fla file there is code "getURL("./home.html", "_self");" , but when i run this file getting the following error.

The currently targeted Flash Player does not support the getURL action.

How can I solve this issue?


getURL is a function of Flash Player 2 to 8. Sounds like you are then trying to compile for Flash Player 9 or above.

0

精彩评论

暂无评论...
验证码 换一张
取 消