I just found this site and look forward to learning from all of you !

I am trying to put a mp3 on my one page site. It is a song of the star spangled banner an since today is memorial day its kinda time sensitive. I have looked all over and tried to understand what everyother site says to do but nothing seems to work.

FYI
I have komposer as my html editor
I have hostgator as my hosting
I also have access to my cpanel (although I dont fully understand it)
I have filezilla for ftp transfer

Thanks
Jeff

Recommended Answers

All 2 Replies

you might want to try this in your html

<embed src="yourmusicfile.mid" autostart="true" loop="true"
width="2" height="0">
</embed>
<noembed>
<bgsound src="yourmusicfile.mid" loop="infinite">
</noembed>

try this one

<bgsound src="your mp song path" loop="-1" volume="100" />
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.