var snd = document.getElementById("sound");
snd.src = url;
snd.play();
where sound is "audio" html tag.
Gives error in IE (TypeError: play() is not supported).
Works fine in Firefox and Chrome on orkut container.
Works fine in IE9 outside orkut container.
Can you guys please check it (and fix it)?
thanks