This is a message.

Embed Code in IE7 Causes an Error Created Jun 1, 2009

This thread is solved

Views: 1664     Replies: 1     Last reply Jun 1, 2009  
You must login first before you can use this feature

anil

Posts: 15

Registered:
Nov 19, 2008

Embed Code in IE7 Causes an Error

Posted: Jun 1, 2009

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"?

degenerate

Posts: 156

Registered:
Sep 19, 2008

» Embed Code in IE7 Causes an Error

Posted: Jun 1, 2009

Reply to: Embed Code in IE7 Causes an Error, from anil
Not if you will be keeping all your scripts on the same domain.

But I think the errors you are seeing are only caused by playing the file locally. Try uploading the page (or running a local server) and the errors might not appear online.