HTML Notebook

    Embedding .WAV files


.      Okay, so you want to stick your favorite wave or midi file on your web page? No problem! (in fact, you wont believe how easy it is to do!) :)

      I dont usually reccomend this, since it's terriably obnoxious, and if you use a big wave file it can take forever to load, but there are applications for it, so what the hey. :)

     To stick a sound on your web page, just use the following line:

<EMBED SRC="doh.wav" HIDDEN=TRUE AUTOSTART=TRUE>

Thats it! :) And when you load the page, you'll hear the wave file you selected.

     Here's another one thats fun. If you dont want your sound to pop up automaticly when the page loads, try this:

<EMBED SRC="doh.wav" HIDDEN="FALSE" AUTOSTART="FALSE" Width="145" Height="60">

     You end up with a control box like this:

(Stop) (Play) (Pause)

(Volume)


NOTE: This works fine in Netscape, but I confess I havent tried it in MSIE :)

     Play around with this and see what neat ideas you can come up with. Like a "Sound Gallery" or an instructional page that explains step by step how to do something. :) You cant really hurt anything, so experiment and have fun. :)


| Back to Main Page | Previous Page | Next Page|
| Back to the Home Page | Questions? |
.