externalinterface firefox bug

时间:2012-07-08 01:37:23

标签: actionscript-3 firefox flex4 externalinterface

我无法在Firefox中使用任何基于Web的ExternalInferface示例。我的播放器或Firebug有错误吗?请记住,我说在我的Windows7盒子或笔记本电脑上使用FlashPlayer 11.3的FireFox 13.0.1中没有示例(相同的浏览器规格)。

  1. Adob​​e ExternalInterface示例不起作用。
  2. swfobject google.code示例不起作用:http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_com.html
  3. ExternalInterface | Flex示例不起作用:http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/
  4. WTF正在继续使用Firefox?如果没有任何网络示例工作,那么它必须是我的浏览器,或者这是一个真正的Firefox错误?

1 个答案:

答案 0 :(得分:1)

您是通过localhost还是实际的Web服务器运行示例,还是尝试本地加载html文件(没有localhost)? ExternalInterface需要启用AllowScriptAccess的Web服务器和javascript。我怀疑你的问题最有可能是这两个中的一个。

以下是关于ExternalInterface的additional security info