northby9
Member
Posted 2 years ago #
Hi there,
I'm using the standalone WP audio player for a site I'm creating; it works like a dream in Firefox, but wouldn't you know, it doesn't work at all in IE7 or IE8. Not sure why that issue would be.
The Javascript error I keep getting in IE8 is:
'width' is null or not an object
The player is on a few pages of the site, but here's one:
http://www.soundchamber.ca/downloads-jingles.php
Any help would be greatly appreciated, and I promise to send anyone who helps an e-beer for their troubles.
Cheers,
Noah
Sounds like your chosen player plugin has JavaScript bug in IE. Try contacting the plugin's developer or switch to another plugin.
northby9
Member
Posted 2 years ago #
SOLUTION!
Actually, from a much-more-clever-than-I friend, turns out having the last parameter (before the </script> tag in the header for the standalone player have a comma at the end screws up in IE. Firefox reads it correctly but IE looks to see what the next parameter is due to the comma. When it doesn't find that next parameter, it decides the whole thing doesn't work. Good ol' Microsoft...
bebopkid
Member
Posted 1 year ago #
i have the same exact problem, however, i deleted the comma and the problem persists (even ie9beta)!
any ideas?