swfobject 2.2 can't work properly in IE8.
"the arguments is invalid" line 565.
in IE 8, the signature of the addRule() is like this:
addRule() addRule(bstrSelector, bstrStyle, lIndex)
Number
but the function call in the swfobject.js is :
if (ua.ie && ua.win) {
if (dynamicStylesheet && typeof
dynamicStylesheet.addRule ==
OBJECT) {
dynamicStylesheet.addRule(sel, decl); //just 2
param
}
}
could some one help??
Thank you~
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---