I cannot get ANY web-based examples of ExternalInferface to work in Firefox. Is there a bug with my player or Firebug? Take in mind i said NO examples work in FireFox 13.0.1 with FlashPlayer 11.3 on my Windows7 box or on my laptop (same browser specs).

  1. Adobe ExternalInterface examples do not work.
  2. swfobject google.code examples do not work: http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_com.html.
  3. ExternalInterface | Flex Examples do not work: http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/

WTF is going on with Firefox? If none of the web examples work then it must be my browser right or is this a true Firefox bug?

有帮助吗?

解决方案

Are you running the examples via localhost or an actual web server, or trying to locally load the html files (without localhost)? ExternalInterface requires a webserver and javascript with AllowScriptAccess enabled. I suspect your problem is most likely with one of those two.

Here is additional security info about ExternalInterface.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top