ActionScript 3 获取嵌入SWF的页面的URL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 获取嵌入SWF的页面的URL相关的知识,希望对你有一定的参考价值。

function get currentURL():String
{
    var url:String;
    if (ExternalInterface.available) {
        return ExternalInterface.call("window.location.href");
    }
    return url;
}

以上是关于ActionScript 3 获取嵌入SWF的页面的URL的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 获取嵌入SWF的页面的URL:附录

ActionScript 3 查找嵌入式swf的页面URL

ActionScript 3 获取SWF的路径

ActionScript 3 获取运行SWF的服务器/域名

使用 actionscript 3 自动刷新 swf 电影

将 ActionScript 2 SWF 转换为 ActionScript 3 SWF 文件(可以剥离代码)