Found the links that explain the security changes for Flash 8 and above.
In Flash Player 8, the default for an unspecified allowScriptAccess value remains "always" when the main SWF in Flash Player is version 7 or earlier, but changes to "sameDomain" when the main SWF is version 8 or later.
The allowScriptAccess parameter allows an HTML page to include Flash content but prevents it from executing scripts in the HTML page...
Technical details explained here http://tr.im/D79G.
SOLUTION
For <param name="allowScriptAccess" value="sameDomain">, change the "sameDomain" to "always".
done!
No comments:
Post a Comment