"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