Personal tools
You are here: Home All Locations ASET Web FAQ 4.01. How do I put music on my...

Web FAQ 4.01. How do I put music on my Web page?

Document Actions

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>

or
  • 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>

In both cases, the computer must have a sound card and should have an application to play the audio file. For more information about including sound in your e-Portfolio, visit portfolio.psu.edu
For help contact The ITS Help Desk
Also Search the ITS Site Index
Contributors : jcd
Last modified 07-18-2007