Page is a not externally linkable
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();
}
}