How do i add music to my webpage?

How do I add music to my webpage? Is there an HTML code for it? The webpage is hosted by a bigger source.?

  • Send me an e-mail for specifics on the webpage host. Thanks for the help in advance!

  • Answer:

    An Easy Way to Add Music to a Web Page By Ed Perley The HTML code listed below will allow a web page to play music when it is loaded. The music file referred to in the code must also be present. It must be in a format that your browser can play. In the example below, it is a midi file. The music will start playing as soon as the page is loaded, and it will continue indefinitely. The value following 'loop=' determines how many times it will play. --------------------------------------… (HTML) (HEAD) (TITLE) Sound 2 (/TITLE) (BODY) (P) (bgsound src="bigcity.mid" loop="INFINITE") (embed src="bigcity.mid" HIDDEN=true AUTOSTART=true loop = true) (/P) (/BODY) (/HTML)

mnguyen1... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

<EMBED SRC="soundfile.ext" AUTOSTART="TRUE" HIDDEN="FALSE"> this would probably work. I don't really recommend this..and this is a deprecated way of doing this...but hope this helps.

Drew Decker

Flash, or don't. Another way is to just link to the music in a n A tag - if you want for example to offer music for download. All the abovementioned examples are outdated - non-standard HTML and assume the visitors WANT to listen what you have to offer. Make it their choice and everybody will be happy. Some great answers and examples are in the thread in the sources.

ChrisHeilmann

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.