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);

})();

Incoming search terms for the article:

Related Posts

The Benefits of Using HTML5 in Web Development

Are You Human Captchas: Ending Your Captcha Agony

Inpage Editing For CMS Using Create.js

Creating a Beautiful CSS3 Image Gallery with Dynamic Fading Caption Text

1 Comment

  1. Gordon

    09.24.2012

    This HTML 5 will be better than Flash player 11?