"adobe flash player has stopped a potentially unsafe operation" in HTML Flash loaded

StackOverflow https://stackoverflow.com/questions/21989289

  •  15-10-2022
  •  | 
  •  

Вопрос

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