I have been geting an error in IE7. Disabled fb_connect module and the error was gone.
Here is the function the error is reported:

function __flash__addCallback(instance, name) {
instance[name] = function () {
return eval(instance.CallFunction("" + __flash__argumentsToXML(arguments,0) + ""));
}
}

the line highlighted :
return eval(instance.CallFunction("" + __flash__argumentsToXML(arguments,0) + ""));

IE7 sucks at error reporting, I searched for this code with no luck.

I googled this and found:
http://www.eggheadcafe.com/software/aspnet/33903732/unspecified-error-fl...
and this:
http://flowplayer.org/forum/3/14298

For now, I disabled fb_connect module so this error is not thrown in IE7.

CommentFileSizeAuthor
Screenshot.png51.61 KBgmarton

Comments

alexfisher’s picture

Same error is occurring for me in IE8.

vectoroc’s picture

Status: Active » Closed (fixed)

fb_connect is part of Drupal for Facebook module.