HTML5 Audio Player Bookmarklet
If you’re a music freak like me who likes having an audio player in your site, here’s a streaming audio player I’ve discovered that you can use. Called the HTML5 Audio Player Bookmarklet, it allows you to play audio files on your site. The file formats that are supported depend on the browser you use. You can also use it in any page which has downloadable audio files. Best of all, it’s free!
Below is the source code:
javascript: (function() { varjquery = document.createElement("script"); vardropboxAudio = document.createElement("script"); jquery.setAttribute("src", 'http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'); dropboxAudio.setAttribute("src", 'http://dl.dropbox.com/u/142237/dropbox_audio.js'); document.head.appendChild(jquery); document.head.appendChild(dropboxAudio); })();
1 Comment
Gordon
09.24.2012
This HTML 5 will be better than Flash player 11?
There are no trackbacks to display at this time.