Skip to content

Instantly share code, notes, and snippets.

@ayush
Created May 26, 2011 17:39
Show Gist options
  • Save ayush/993583 to your computer and use it in GitHub Desktop.
Save ayush/993583 to your computer and use it in GitHub Desktop.
html5 audio file playback
$('#some-div').html('<audio autoplay="autoplay"><source src="' + mp3url + '" /></audio>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment