Industry guru Dave Taylor offers tech support on technical and business topics, including iPhone, iPod, Microsoft Windows, Sony PSP, cellphones, online advertising, CSS, Web design, business, Unix, Linux, SEO, Mac OS X, and shell script programming.     


Embed an audio player on a blog or web page?

I have some mp3 audio files I've recorded and would like to have people who visit my site be able to listen to the audio without popping up new windows or having to download the files. Is there some easy way to accomplish this?


Dave's Answer:

There sure is, and my thanks to Google Plus follower Peter Olsen for this neat solution.

The trick is to recognize that modern HTML5 includes a lot of specialized tags that are recognized by most modern browsers, though not all of 'em. If your audience includes a lot of people using old gear and older operating systems, this might not work, but as you can see below, for newer browsers like Chrome and Safari, there's a lot of additional power under the proverbial hood.

Let's just get this code out of the way, then I'll talk about how to tweak and tune it.

To get a player embedded in your blog or web page when you've already uploaded the MP3 file onto your server and know its URL, use this:

<audio id="audio_with_controls" controls>
<source src="test.mp3" type="audio/mpeg" /></audio>

What's it look like? Here's a sample from a recent blog post here on this site:

Easy enough. Now, what you can you do to tweak and fine-tune it?

Not a lot. Here are your options:

autoplaySpecifies that the audio will start playing as soon as it is loaded
controlsSpecifies that audio controls should be displayed (such as a play/pause button etc)
loopSpecifies that the audio will start over again, every time it is finished
preloadSpecifies if and how the author thinks the audio should be loaded when the page loads
srcSpecifies the URL of the audio file

In terms of changing the actual buttons and controls that are displayed, that's not something you can do with this particular HTML5 object, so you're up to the mercy of the user's browser. But from experimentation, there's not much variation:

There you have it, copy and paste the code to your heart's content.


More Useful HTML, JavaScript and Web Site Programming Articles:
✔   How to Create Predefined Google Image Search Links?
Thanks for the Amazon URL [see Creating Amazon Search Links]. That worked beautifully. In fact, I sent you $5.00 for coffee in thanks....
✔   Can I embed a Facebook search box on my blog site?
I've seen your articles about how to add a Twitter or Google search box on a Web page, but I have a tougher...
✔   Can I use CSS for drop shadows on my blog?
I want to give my site a bit of a facelift and add some neat graphical elements. One of which is drop shadows....
✔   How can I embed interactive photo panoramas on my site/blog?
I read through your blog entry about how to take panoramic photos with iOS 6 and an iPhone 5 and got enthused. I've...
✔   How can I create a Twitter search URL shortcut?
I'd like to add a few Twitter search links to my Web site. Is that possible, or does Twitter prohibit this sort of...

Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
    Enter your name: and your email addr:  





Categorized: Blogs and Blogging , HTML, JavaScript and Web Site Programming   (Article 10428, Written by )
Tagged: audio player, blog audio, embedded audio, html audio, html5, mp3 audio links, mp3 player
Previous: How do I upgrade my Amazon Kindle Fire?
Next: What's this fake Craiglist posting confirmation all about?




Reader Comments To Date: 2

claude lemay said, on November 6, 2012 6:32 PM:

your boss chud give you a big raise,you diservit,tank you,all be back...

danielstorm said, on January 13, 2013 11:09 PM:

Hi Dave, I'm learning web designing, in my project i have to embed wma files for that i used "" but opens the system audio player. So i've to ask if i use the code you provided, will it play the WMAs on web page?
plz reply....
seo firm usa

Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you, Dave, for all your helpful information by buying you a cup of coffee!

I do have a comment, now that you mention it!











I will never send you any unsolicited email. Ever.






Check This Out Too...

 
Look for Answers
Need Help? Ask Dave Taylor!


Follow Me on Pinterest

Find Me on Google+
ADT on G+
© 2002 - 2013 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site. Further, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site. My lawyer says "Thanks".
"Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.