이것 때문에 고생하다니... flash 버전업에 따른 geturl 보안 정책 변경으로 인한 문제라함..-_- 이런.ㅠㅠ
여러분도 고생하지 마시길...
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>
댓글을 달아 주세요
test
2008/10/06 14:00