Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   HTML (https://www.askmehelpdesk.com/forumdisplay.php?f=446)
-   -   What is the HTML tag to put music on website (https://www.askmehelpdesk.com/showthread.php?t=329601)

  • Mar 15, 2009, 02:53 PM
    survivorboi
    What is the HTML tag to put music on website
    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!
  • May 10, 2009, 10:46 PM
    kbjr14
    First, you can cut out only the audio using media conversion software. Try Media Converter - the fastest free online audio and video converter

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

    HTML Code:

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

  • All times are GMT -7. The time now is 10:16 PM.