아시는 분들도 계시겠지만..
혹시나 해서요..!!
The easiest fix is to specify AllowScriptAccess="always" in the HTML page, as in this example:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" align="middle">
<param name="movie" value="http://otherdomain.com/exampleContent.swf">
<param name="allowScriptAccess" value="always">
<embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="550" height="400" align="middle" src="http://otherdomain.com/exampleContent.swf" allowScriptAccess="always"></embed>
</object>
============================================================================================================
예문과같이 html코딩상 플래시를 부르는 부분에서의 parameter와 embed부분에 allowScriptAccess 부분을 always로 추가해주면 된다.
출처 : http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=tipntech&wr_id=60721
http://blog.naver.com/ryury35?Redirect=Log&logNo=30026320842
http://kb.adobe.com/selfservice/viewContent.do?externalId=50c1cf38&sliceId=2