The following flash parameter:
<param name="allowscriptaccess" value="always" />
in the embed code generated by the javascript embed plugin causes an error in IE7. Setting this value to something other than "always" (such as "never" or "sameDomain") seems to fix the IE7 errors. Is there any harm to changing "always" to "sameDomain"?
<param name="allowscriptaccess" value="always" />
in the embed code generated by the javascript embed plugin causes an error in IE7. Setting this value to something other than "always" (such as "never" or "sameDomain") seems to fix the IE7 errors. Is there any harm to changing "always" to "sameDomain"?