Actionscript can't call javasript from locally-saved html
- by Dmitry Sapelnikov
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.