I am working on a web site that needs MP3's and Videos integrated onto a page and wanted to know what everyone would suggest. Right now it's just setup as a link that opens up into a new window, but I would imagine there's some sort of script that would be a better option. Any suggestions?
The only thing I can think of is the way you've used the conditional comment. Maybe you need to add the autoplay false in there as well.
The way you have the comment set seems strange to me though. I think only IE honors those comments so what's inside the conditional seems redundant. Still adding the autoplay false there is the only think I can think of at the moment.
I'm glad it worked. I think your browsers were reading what was in that conditional comment and not what was above so as far as they were concerned autoplay wasn't set to false until it was added again.