How do i add music to my webpage?

How can I add music to a webpage using html?

  • Is this even possible? What's the code? Do I need to host the audio file online? Thanks for your help!

  • Answer:

    My mainpage has music in the background. It's just a short piano piece. Its at: http://members.aol.com/Roseb44170/home.html when you go there the music plays as the page is loading. The first thing that you have to do is to upload the music to yourwebspace. Then you add the code to your webpage (the code that others have already replied). You can also make is so that it doesn't play unless someone clicks the "play" button but that is another set of codes.

PPKNLLYETPXSFTDG2NLVCL2ZBI at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Well, it's possible and you need to embed the music onto the webpage. There are a few possibilities to do it: 1. Host your music file onto somewhere, maybe you can try Yahoo! Geocities? Upload your music file there, then take the URL of the music file and place into the embed tag. Using an <embed> tag to put your music onto the webpage. So, it will look like this: <EMBED SRC="../graphics/sounds/1812over.mid" HEIGHT=60 WIDTH=144> Anywhere inside the body will do. 2. You can try this place: http://www.imeem.com It allows you to upload your songs and put inside the playlist. Then giving you the codes where you can place the whole player onto your webpage. You need to explore around there though. Goodluck and have fun doing it!

freshie_minth

It's radioblogclub.com. You need to sign up and to upload your own music I think you need to download radio.blogDJ or something. There are other sites as well that give you codes for a playlist or separate songs that you might want to add to your webpage.

| e v e |

Hi, you need to host the audio file online and embed the Audio code in your html page. use <BGSOUND> tag Code is as follows to add background music for your page Vist the link for more customised options http://www.tips-tricks.com/sound.asp

Support Tech

check out this article.. very interesting for you

Pachecus

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.