Web FAQ 4.01. How do I put music on my Web page?
Upload a sound file (.wav or .au, etc.) to your "www" directory. Then, you can either:
- continually play the audio file in the background when accessing your Web
page. To do so, add a similar tag to your index.html file:
<bgsound src="full_path_to_the_audio_file" loop=infinite>
- create a link to the audio file so that when clicked, it will play. To do
so, add a similar tag to your index.html file:
<a href="full_path_to_the_audio_file">Audio file</a>
For help contact The ITS Help Desk
Also Search the ITS Site Index
Contributors : jcd
Last modified 07-18-2007
Also Search the ITS Site Index
Contributors : jcd
Last modified 07-18-2007