| javascript Programming Glossary: embed.setattributePlaying sound with JavaScript http://stackoverflow.com/questions/3402859/playing-sound-with-javascript  function play var embed document.createElement 'object' embed.setAttribute 'src' 'c test.wav' embed.setAttribute 'hidden' true embed.setAttribute.. 'object' embed.setAttribute 'src' 'c test.wav' embed.setAttribute 'hidden' true embed.setAttribute 'autostart' true embed.setAttribute.. 'src' 'c test.wav' embed.setAttribute 'hidden' true embed.setAttribute 'autostart' true embed.setAttribute 'enablejavascript' true.. 
 |