Multimedia

Background Sound  
<bgsound src="3.wav" loop="1">  
   
Tip - To add sound to your page, add the above code between the <head> tags. Loop has been set as one, and the sound will only play once, if you wish the sound to play non stop the add infinite where the 1 is.
   
Add Sound Control  
<embed width="145" height="40" controls="console" autostart="false" src="2.wav"> sorry, but your browser does not support this plug in
   
Tip - If you wish to have to sound start straight away, the set False to True, but it is a good idea to leave is on false and let the person viewing your page decided if they would like to play the sound or not as many people don't like sound in webpages and it slows your page down when it is trying to load, including the background sound.
   
Set Volume  
<embed volume="35" width="145" height="40" controls="console" autostart="false" src="1.wav"> sorry, but your browser does not support this plug in
   
Add Sound to a Hoover Button  
<applet code="fphover.class" codebase="./" width="150" height="30">
<param name="textcolor" value="#
FFFFFF">
<param name="text" value="
Button with sound">
<param name="effect" value="
glow">
<param name="color" value="#
9999CC">
<param name="hovercolor" value="#
666699">
<param name="url" valuetype="ref" value="
multi.html">
<param name="hoversound" valuetype="ref" value="
4.wav">
</applet>
   

top of page
 

Last Updated
Monday, 27 September 2004