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.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 51.61 KB | gmarton |
Comments
Comment #1
alexfisher commentedSame error is occurring for me in IE8.
Comment #2
vectoroc commentedfb_connect is part of Drupal for Facebook module.