Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How do I add music to my blog?

I've developed a tiny bit of understanding about the use of HTML. So far, I've been able to add links to songs that are kept in yahoo briefcase.

But each song has its own play bar. I'd like to be able to add a single playbar with a playlist that you can navigate through.

Also, is there any way to play a song and not have it reload each time you switch windows in the same blog?

I use Blogger.

Update:

That's a great answer. You really know your stuff. But now I feel so dumb. What is an M3U file, how do you make it, and where would you export it to? And how would you link it to your song? If you don't want to get into such remedial detail, I get it.

1 Answer

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    Setting up a playlist is easy enough.

    You can use iTunes, WinAmp or Windows Media Player to make it, or you can write it yourself.

    When using one of those programs, make sure to export it as an M3U file.

    Use this format to make one using Notepad:

    #EXTM3U

    #EXTINF:0,SONG1URL

    SONG1URL

    #EXTM3U

    #EXTINF:1,SONG2URl

    SONG2URL

    notice how the number after #EXTINF: goes up for each entry.

    I don't know how you could keep it going between pages.

Still have questions? Get your answers by asking now.