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

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

  •  15-10-2022
  •  | 
  •  

Pergunta

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..

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top