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~