Log in

View Full Version : What is the HTML tag to put music on website


survivorboi
Mar 15, 2009, 02:53 PM
I found a video on YouTube with a theme song I really like. I was thinking of putting the theme song on my website because I really like it.

But the problem is, the theme song comes with a video, and I don't want the video on my website. I just want the theme song in that video, playing in the background of my website. I don't know if it's possible to just embed the theme song on my website without it's video.

Like when someone visits my website, the theme song just plays as the person is exploring my website, without having the press play or anything like that.

Can someone please tell me the HTML tag, or what needs to be done?

Thanks!

kbjr14
May 10, 2009, 10:46 PM
First, you can cut out only the audio using media conversion software. Try Media Converter - the fastest free online audio and video converter (http://www.mediaconverter.org)

Second, to put background sound in a website, you can use an embed tag:


<embed src="musicfile.mp3" autostart="true" loop="false"></embed>