Webtv Tricks
Text
Backgrounds
Images
Tables
Bg Sounds
Copy, Cut & Paste
Voice
Sidebars
Marquees
Transitions
Links
Validator
Graphics
Sounds

























Bg Sounds

There are many techniques that can be used to put background sounds on your e-mail or web pages. There are, however, only two codes that are basically used. They are:

<<>bgsound src="http://url of sound"<>>

<<>embed src="http://url of sound" autostart="true" loop="infinite"<>>

The first one is a lot simpler, but is not usable with as many browsers. The second one can be used in two ways. The first (the one shown above) starts the music automatically. The second:

<<>embed src="http://url of sound"<>>

makes a speaker appear that the viewer must click on in order for the music to start.

If you have any questions, please feel free to contact me.

Note: These are not advanced codes...if you haven't already encountered anything like this before, you may want to go here.




Now some kewler stuff...

If you want a song to loop, use this attribute in your <<>bgsound<>> or <<>embed<>> tag:

loop="0"




To make 2 or more midis or wavs play one after another, you have to use a separate page with this code on it:

<<>head<>>
<<>meta http-equiv="refresh" content="#;url=http://url of 2nd song"<>>
<<>/head<>>
<<>bgsound src="hrrp://url of 1st song"<>>

Just replace the # with the number of seconds it takes your first song to end. Then on the page you want to play these two songs, put the url of the page in your <<>bgsound<>> or <<>embed<>> tag.