Reply
Mon 3 Jan, 2005 04:17 pm
Hi,
Came across this site while trying to figure out how to add music files to my new web site. Have been successful setting everything up so far, but the host site doesn't offer the direct ability to add sound. Was thinking I could link to an audio file or two which I've found. What do I enter to make the file play on my web page every time it's accessed? And if I do enter the proper string of codes, how would I make it invisible? See, I've no control over font color to hide it by way of using the background color. Hope someone has the answers here.
additional info.
Here's the addresses I want to link to automatically...
http--www.mfwp101.com/4.wav
&
http--www.mfwp101.com/space2.mp3
Help please?
What you are asking for is "background music" for your pages (plays automatically on loading and with no visible player).
I personally avoid sites that do that but here is how to do it.
Code:<embed src="yourmusicfile.mid" autostart="true" loop="true"
width="0" height="0">
</embed>
Please don't post urls.
Thank you so very much! Sorry for posting the URL's. Forgot that's not allowed in discussion boards. Will use this site for any further support!
Thank you! :wink: