Monday, May 24, 2010

What is the embedded code for html to put a song on your page without the anything showing up?

I know the code, but I haven't used it in awhile and can't remember it. I tried searching for it, but the only codes I got made a media player box show up on my page, and I just want the song to automatically play when someone comes to my site, without any boxes or anything showing up.

What is the embedded code for html to put a song on your page without the anything showing up?
um you may have to write a javascript to call up that song and on body tag, perhaps onload="*function*"
Reply:%26lt;embed src="soundfile.mp3" hidden="false" border="0" width="310" height="45" autostart="true" autoplay="true" loop="true" volume="75%"%26gt;
Reply:just keep this


%26lt;BGSOUND src="yoursound"%26gt;


you can also use volume on it


volume="-500"


the value ranges form -10000 to 0





that's it


No comments:

Post a Comment