Newbie Javascript Error in wordpress
I am running FLV Embed plugin on wordpress, along with the JWPlayer. When i open my page in IE 6.0 I get the following script error.
Line 0
Object doesnt support this property or method
In the script debugger it says this:
try { player1.SetReturnValue(__flash__toXML(playerReady( ({version:"4.1.60",id:"player1",client:"FLASH WIN 9,0,28,0"}))) ); } catch (e) { player1.SetReturnValue("<undefined/>"); }
Where do i try the above code? Thanks!
|