I am using this function for playing some embedded wav files.
function playnote(note) {
document.embeds[note].play();
}
I am getting result of expression undefined is not a function after I click on the button that calls this function
I should be using "Play" and it would work!! :)