I\'m trying to get HTML5\'s audio tag to work in Chrome. The following code works flawlessly in Firefox, any ideas why it isn\'t working in Webkit?
Try to host your audio file somewhere and try this:
audio = new Audio('http://www.yourhosting.com/chat.ogg'); audio.play();