if you have yar own music File
...Hosted ...>Link...
then here's the code for your web... (probably Fs)
Note:
Find a music or sound file that you'd like to use. Midi (.mid) is a good sound format to use because these files are generally smaller and load quickly.
There plenty of sites on the internet that allow you to download these types of songs for free. Use your favorite search engine to find the perfect song for your site.
You can also use .mp3 or .wav (wave) music, but keep in mind that if you do go this route, it will take the music longer to load because the file size will be larger. Be mindful of those who still have dial up Internet access.
or .mp3 will do...
[quote]<embed src="[b]WAV FILE HERE[/b]" autostart="[b]true[/b]" loop="[b]false[/b]">[/quote]
sample> [quote]<embed src="http://www.yoursite.com/music/musicfile.wav" autostart="true" loop="false" hidden="true">[/quote]
Info:
[b]the song file will begin playing automatically when the page loads. If you put in "false", the sound file will not start automatically and the visitor will have to start the song by using their embedded media player.
The loop attribute tells the song how many times to play. If you have this set to "true" then it will play over and over again automatically. If you have it set to "false" it will play once and stop.
The hidden attribute tells the browser whether or not to hide the media player. It's not a good idea to leave this value at "true" unless you know for sure your visitors don't want to stop the music.
You don't want your music to annoy them to the point they leave because they can't figure out how to turn the music off. [/b]
the code below ... you can adjust the size:
[quote]<embed src="[b]FILE HERE[/b]" autostart="true" loop="false" width="[b]350[/b]" height=[b]"200[/b]">[/quote]
Here's my generator, that you can use in hiding the controls
click em---

[url]http://h1.ripway.com/shiruki/bgmusix.html[/url]
[b]done[/b]
Last edited by ---xXirukiTepe--- (2008-06-06 04:42:36)