Return to Adding Sound To Your Web Page  
                               

This page has

an  autoload 

sound file 

the sound controller can be seen

 




Click here to hear

American Pie

and see the sound control.





How Do You Add Auto Open Sound To Your Web Page?

A Few Download Sites For Sound Files

 Notes:

 


How Do You Add Auto Open Sound To Your Web Page?

Netscape and Internet Explorer require different html tags in order to allow a sound file to automatically open.  The 'BGSOUND SRC' tag is for Internet Explorer, the 'EMBED SRC' tag is for Netscape.  If you want to ensure that all visitors to your Web Page can hear your sound file (providing they have a sound card installed in the computer), then you will need to code for both Netscape and Internet Explorer.

The following Netscape tag  needs to be placed after the <BODY> tag.  This coding does not allow the sound recorder to be viewed (it is hidden), therefore the Web Page Visitor has no choice but to listen to your favourite tune!!

 <EMBED SRC="American Pie.mid" AUTOSTART="True" HIDDEN="True" LOOP= "True">

The following Internet Explorer tags  need to be placed immediately after the Netscape tag.

<BGSOUND SRC="American Pie.mid" LOOP=0 > 



Displaying the sound recorder in NETSCAPE.
The following Netscape tag  needs to be placed after the <BODY> tag.  This coding allows the sound recorder to be viewed (it is not hidden), therefore the Web Page Visitor has a choice to stop the sound file if they wish.

 <EMBED SRC="american pie.mid" AUTOSTART="True" HIDDEN="False" LOOP="True">

Displaying the sound recorder in MSIE.
The following Internet Explorer tag  needs to be placed after the <BODY> tag.  This coding allows the sound recorder to be viewed (it is not hidden), therefore the Web Page Visitor has a choice to start and stop the sound file, if they wish.

 <a href="american pie.mid">Want to listen to American Pie?</a>

 


A Few Download Sites For Sound Files

Please note that some of the sound files down loaded may sound "Jerky".  After selecting the sound and allowing it to play through completely, you should then replay the sound again, using the play button on your systems sound player.

http://www.hedges.org/Simpsons/  
The Simpsons Site (mostly .WAV sound files)

http://wav-emporium.forsite.net/  
The Wav Emporium (free Wav sound files)

http://www.gamenexus.com/music.html 
Game Nexus (midi sounds)

http://www.soundcentral.com/index.html 
Sound Central (midi sounds)

http://www.awpweb.com/msod/  
MSOD Midi Songs On Demand

http://www.clark.net/pub/fan/BossaNovaClips.html  
Bossa Nova 2001 .AU sound samples

http://disney.go.com/disneychannel/amazinganimals/Henry/mac_download.html  
Disney Channel Amazing Animals Henry's Treasure Chest (.AIFF sound files)

Back to Top






Produced by Karen Day
kday@chariot.net.au
South Australia
Last updated: 16/06/2000
Version 1.1
Number of visitors
to this page:... Counter



Visit Kazza's Other Sites

[Kazza's Home Page] [South Australia] [Thoughts & Poems] [Thoughts & Proverbs]
[Free Keyboard Tips] [Colours and Hexadecimal Triplets] [Search Page]
[About The WebMaster]
[A Little Bit of Austaliana]
[HTML and the Internet] [Adding Sound to your Web Page
[Comic Pages]



To the best of my knowledge, this page and its associated linked pages have been produced with graphics obtained from the public domain. Some images can also be found on "IMSI Master-Clips - Design Guides and Image Catalogues" and a few of the graphics were created by myself using MS-Paint and/or "Paint Shop Pro Version 5", both products can be purchased from your local retailer dealing in computer software.
 
General Disclaimer Adding Sound To Your Web Page   Back to Top