Wednesday, May 28, 2008
Hey Hollywood
Saturday, May 3, 2008
How to embed audio in your blog
Many of us want to embed audio clips into our blog. Here's one way to do it. (There are many ways to do it... none of them are... well... easy.)
First, you need to have a service for hosting your audio files. You can't store them on blogger. Steve found box.net, but check this link for other services. For me, I usually put them on my own web server: gabe.is-a-geek.org.
Two warnings about doing this, though. First, using this method people will be able to directly download the audio file if they want. If you want pure streaming, you'll need one of those other services. Second, if you ever go and delete the file (or move it to a different location), you'll have a dead link in your blog (which is un-cool when people stumble across it in 3 years).
Now that you've got the audio in a form that you can get through a URL (for example, mine is at http://gabe.is-a-geek.org/audio/large-20071113.mp3), you will click the 'Edit Html' tab while editing your blog post and type in something like this:
<embed src="http://gabe.is-a-geek.org/audio/large-20071113.mp3" type="audio/mpeg" autostart="false" ></embed>
The people who read your blog will see something like this: