Adding a .mpeg or MP3 sound to a...
Hey everyone, on my site I have a .gif of a bell ringing. I want to add a sound file to that page only of a bell ringing. Is there a way to do this in VSD? Used to have that option in Front Page '03 and our site was known because of it. Now that the site is updated to VSD 6.0, the bell is there but no sound. Help! www.stbonifacecincinnati.com
Hi Tim,
If you go to add files under the settings tab and add your wav or MP3, then using the html tool add the code below changing the MP3 with your music name it should work for you ( I hope)
in the body
If you go to add files under the settings tab and add your wav or MP3, then using the html tool add the code below changing the MP3 with your music name it should work for you ( I hope)

in the body
<script language="JavaScript" type="text/javascript">
<!--
if (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)
document.write('<bgsound src="500miles.mp3" loop="1">');
else
document.write('<embed src="500miles.mp3" loop="1" autostart="true" HEIGHT="1" WIDTH="1">');
// -->
</script>
<noscript>
<bgsound src="500miles.mp3" loop="1">
</noscript>
<!--
if (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)
document.write('<bgsound src="500miles.mp3" loop="1">');
else
document.write('<embed src="500miles.mp3" loop="1" autostart="true" HEIGHT="1" WIDTH="1">');
// -->
</script>
<noscript>
<bgsound src="500miles.mp3" loop="1">
</noscript>
Thanks Bruzer-
That worked just fine.
That worked just fine.
Tim Banish Sr wrote:
Thanks Bruzer-
That worked just fine.
Thanks Bruzer-
That worked just fine.
I didnt hear a bell? Is it loaded on the site?
There is no distinctly native American criminal class except Congress. MARK TWAIN
www.juliekushner.com
www.beercoastermania.com
www.phi-scsc.com
www.juliekushner.com
www.beercoastermania.com
www.phi-scsc.com
I don't either! I don't see the code in his pages so I am guessing not!
Yes, it was just loaded late last night (4-26-10). Sometimes the server takes a bit to update things, but it is working now. 
THANKS again!

THANKS again!
nice 'ring' to it
There is no distinctly native American criminal class except Congress. MARK TWAIN
www.juliekushner.com
www.beercoastermania.com
www.phi-scsc.com
www.juliekushner.com
www.beercoastermania.com
www.phi-scsc.com
For some reason I had a glitch with this, after updating the page the next time the bell wav file disappeared. To correct this I simply had to go to Settings/Add Files and re-add the wav file. With another update to the server the bell rings again!
Tim Banish Sr wrote:
For some reason I had a glitch with this, after updating the page the next time the bell wav file disappeared. To correct this I simply had to go to Settings/Add Files and re-add the wav file. With another update to the server the bell rings again!
For some reason I had a glitch with this, after updating the page the next time the bell wav file disappeared. To correct this I simply had to go to Settings/Add Files and re-add the wav file. With another update to the server the bell rings again!
"No man is an island, entire of itself; every man is a piece of the continent, a part of the main.....because I am involved in mankind, and therefore never send to know for whom the bells tolls; it tolls for thee."
Bells is working fine
There is no distinctly native American criminal class except Congress. MARK TWAIN
www.juliekushner.com
www.beercoastermania.com
www.phi-scsc.com
www.juliekushner.com
www.beercoastermania.com
www.phi-scsc.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.