USING WAVs

HOW TO USE WAVS IN PAGES AND E-MAILS




CLICKABLE SPEAKER


Code: <EMBED SRC="URL of WAV">

Example:



AUTOSTART


Code: <EMBED SRC="URL of WAV" autostart="TRUE">
(By adding loop=?, you can play the wav any number of times. Substitue the ? with a number.)
Code: <EMBED SRC="URL of WAV" autostart="true" loop="3">
Example: You heard the sound of a spring when first viewing this page. That is autostart.




CLICKABLE IMAGE


Code: <A HREF="URL of WAV"><IMG SRC="URL of IMAGE"></A>

Example=



ONMOUSEOVER

CODE: <a href="URL of link here" onMouseOver="document.location='URL of sound file'"> Image or text anchor</a>

EXAMPLE:


CLICK HERE for some good mouseover sounds to use.


TWO SOUNDS ON A WEB PAGE


Code:<HTML><HEAD><TITLE>Name of page</TITLE> <meta http-equiv="refresh" content="5;url=URL of second wav goes here"> </head> <body bgcolor="?" text="?"> <bgsound src="URL of first Wav goes here"> </BODY></HTML>

Example: CLICK HERE



"HAVE FUN WITH WAVS"

return to
THE SOUNDS PAGE