문제

I am getting error "adobe flash player has stopped a potentially unsafe operation" when I loaded HTML Flash Browser.

When I embed swf in html with object code & used in website, it is not displayed..

도움이 되었습니까?

해결책

Click on Settings and Edit locations to add the SWF Location

Reference from Adobe:

http://helpx.adobe.com/flash-player/kb/communicate-internet-flash-content.html

다른 팁

When i face this problem, i change this

<param name="allowScriptAccess" value="always" />

to

<param name="allowScriptAccess" value="never" />

This problem causes only local flash applications

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top