how to add music to a website
iWebBuddy.com - Website Design and Web Development Forum :: Web Design and Development :: Markup Languages and Styling
Page 1 of 1 • Share •
how to add music to a website
is there a code or something where you can have music, but it doesnt turn on until you click like a button on something. [pperferrably a HTML one, if there is this kind of code at all]

Amber- Active WebBuddy

Posts: 99
iCoins: 146
Re: how to add music to a website
To add music to your website, insert this embed code on the web page.
With this embed code, the visitor of your website has a choice to play the music or not my pressing the play/stop button.
Add the music file you uploaded in this part of the embed code :
You can also modify the music player's height and width :
I hope this information helps you,
- Code:
<embed src="Add Music File Here" width="300" height="60" autostart="false" loop="FALSE"></embed>
With this embed code, the visitor of your website has a choice to play the music or not my pressing the play/stop button.
Add the music file you uploaded in this part of the embed code :
<embed src="Add Music File Here" wid.............</embed>
You can also modify the music player's height and width :
width="300" height="60"
I hope this information helps you,




Marc- Administrator

Posts: 1119
iCoins: 2197
Forum Pet:

Re: how to add music to a website
It does
But what is/ how do i get a music File
But what is/ how do i get a music File

Amber- Active WebBuddy

Posts: 99
iCoins: 146
Re: how to add music to a website
Amber wrote:But what is/ how do i get a music File
You must upload it from your computer to a website host.
Then, when you retrieve the url of the music, then insert it in this embed code.
Code :
- Code:
<embed src="Music File Added Here" width="300" height="60" autostart="false" loop="FALSE"></embed>
This is just an example of a working music player :
- Code:
<embed src="http://iwebbuddy.webs.com/Vanessa%20Carlton-A%20Thousand%20Miles.MP3" width="300" height="60" autostart="false" loop="FALSE"></embed>
I will remove the file ( from my website host ) once you understand what to do,
If your having trouble from choosing a website host to host your music files, then this website would be great for you, and simple to use.
=> Free Website Hosting



Marc- Administrator

Posts: 1119
iCoins: 2197
Forum Pet:

Permissions of this forum:
You cannot reply to topics in this forum












