PDA

View Full Version : I need help with my wav.file


Thyra Kullberg
02-21-2000, 10:28 AM
I want visitors to be able to turn on or off the sound if they prefer. how do I do this?
I have it set as bg sound right now.

Ian
02-21-2000, 06:03 PM
Hi,
You can use a console so users can turn your sound on and off. Use this script just enter the url to your wav file.

<!-- --><embed src="http://YOUR URL.wav" controls="console" autostart="true" loop=true height=60 width=145><!-- -->

if you do not want it to start automatically, change autostart="true" to autostart="false" and if you don't want it to repeat, change loop=true to false. Hope this is what you are looking for.
Good luck

Ian