Monday, September 13, 2010

Native Audio in the browser | HTML5 Doctor

Native Audio in the browser | HTML5 Doctor: "// returns a boolean
var audioTagSupport = !!(document.createElement('audio').canPlayType);"