Here are 4 coding examples that you can play with. Have fun, hope this helps! Cheers, JoJo NOTE: I replaced the brackets < > with [ ] so that the html code would show. _______________ [head] [bgsound src="http://www.site.com/filename.wav" loop=2] [/head] _______________ [body] [embed SRC="http://www.site.com/filename.wav" autostart="True" hidden="true"] [/body] _______________ [p][embed src="/sound/cow.wav" name="cow" id="cow" hidden=true loop=false autostart=false mastersound] [img src="../images/gifs-images/cow.gif" border=0 alt="Cow" onmouseover="document.embeds[0].play()"] [/p] _______________ [embed src="/sound/cow.wav" name="cow" id="cow" hidden=true loop=false autostart=false mastersound] [img src="../images/gifs-images/cow.gif" border=0 alt="Cow" onmouseover="document.embeds[0].play()"] _______________ |
Here is a link that might be useful: Cow example in use