Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Problems Playing HTML5 Audio


l008comm - 9:43 pm on Nov 18, 2011 (gmt 0)


I friend clued me in to this code which works perfectly for me:


function play_a_sound($name)
{
if (document.createElement('audio').canPlayType)
{
document.getElementById($name).play();
}
}


Thread source:: http://www.webmasterworld.com/javascript/4387976.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com