ActionScript 3 检测您的SWF是通过HTTP还是本地运行

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 检测您的SWF是通过HTTP还是本地运行相关的知识,希望对你有一定的参考价值。

/*
In Flex the Application needs to be complete so run this code within your applicationComplete event handler and pass a Boolean into a Data model somewhere so you can use it elsewhere.
*/

var isLocal:Boolean = loaderInfo.url.indexOf("file") == 0;

以上是关于ActionScript 3 检测您的SWF是通过HTTP还是本地运行的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 检测是从网站还是从硬盘驱动器上的文件加载swf

ActionScript 3 AS3通过双击SWF的左上角,可以看到隐藏的性能统计数据

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

Actionscript 3 从另一个/根 SWF 调用函数

Actionscript 3 - 在我的 swf 中加载另一个 swf 时出现列表错误

使用 actionscript 3 自动刷新 swf 电影