Insert a Flash object into the Form, there js not have access to Flash object error
filed in Flash as on Jan.15, 2010
<form>
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
id=”flashObj” width=”${width}” height=”${height}”
codebase=”http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab”>
<param name=”movie” value=”${swf}.swf” />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”${bgcolor}” />
<param name=”allowScriptAccess” value=”sameDomain” />
</object>
</form>
In the js in if you want to have access to flashObj this object, and send some information to the flash (swfaddress, swfobject), will be mistakes.
Of the affected version is 9.0.28, later versions do not have this problem.
The solution is [...]