Actionscript can't call javasript from locally-saved html
Posted
by Dmitry Sapelnikov
on Stack Overflow
See other posts from Stack Overflow
or by Dmitry Sapelnikov
Published on 2010-05-11T18:41:20Z
Indexed on
2010/05/11
18:44 UTC
Read the original article
Hit count: 353
actionscript
|JavaScript
I try to perform calling of a javascript function from actionscript 3.0 thru ExternalInterface.call(). I've seen a lot of online examples where the method works perfectly. But all downloaded copies of the examples don't work. Flash player can't call javasript due to the swf-html container security problems. I've already tried to set allowScriptAccess value from "sameDomain" to "always". It haven't solved the problem.
© Stack Overflow or respective owner