This occurs if you have 2 copies of SWFObject.js being loaded on the page. If I look at the source of http://hollywoodinhidef.com/2009/12/colbert-stewart-in-hidef-jan-4/ for example I can see:
In the <head> <script type='text/javascript' src=' http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js?ver=2.8.6'> </script> And later: <script src=" http://hollywoodinhidef.com/wp-content/plugins/flash-video-gallery/Scripts/swfobject_modified.js" type="text/javascript"></script> <script type="text/javascript" src=" http://hollywoodinhidef.com/wp-content/plugins/flash-video-player/swfobject.js "></script> You can only have 1 reference. so delete the unrequired ones Aran On Fri, Dec 18, 2009 at 11:54 PM, nazzman <[email protected]> wrote: > SWFObject v2.1 > > In the current IE, users get the error message: > > 'J.parentNode' is null or not an object > > swfobject.js > > Code: 0 > > URI: > http://hollywoodinhidef.com/wp-content/plugins/flash-video-player/swfobject.js > > > the plugin is Flash Video Player and it works. It's just the error > message, just in IE. Thanks! > > > {J.parentNode.removeChild(J);E()}}function E(){if(e){return }if > (h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body") > [0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return }} > e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r<q;r+ > +){o[r]()}}function f(q){if(e) > > -- > > 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]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > > -- 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.
