Background Music

G

Guest

I need to put lengthier background music on web - can't use mp3 or can I.
Can't find .ra or .ram files. What's the best way to put this on a page?

Thanks,
Dave
 
G

Guest

Two ways I know to do this. 1. download Windows Media Player 9 and along
with that you will need the front page add in for the player. 2. It's much
easier to Import the mp3 file into the folder list and then add a bgsound tag
into the head of the html document that would look like this: <bgsound
src="yoursong.mp3" loop="-1">
 
A

Andrew Murray

bgsound will work for IE not for Netscape.

deacon said:
Two ways I know to do this. 1. download Windows Media Player 9 and along
with that you will need the front page add in for the player. 2. It's much
easier to Import the mp3 file into the folder list and then add a bgsound tag
into the head of the html document that would look like this: <bgsound
src="yoursong.mp3" loop="-1">
 
A

Andrew Murray

The best way is not to use background music at all.

This will likely drive people away. If you must have music, give visitors the
choice (a link to click on) to play it or not.

If you want to do it then use <bgsound="path/to/your/file/file.mp3">

I'm sure other group members would point this out as they have often enough
before.
 
G

Guest

If you use the Windows Media Player 9 or 10 in conjunction with the Front
Page Add in, it will create a player that you can turn on or off. It works
in IE and Netscape but I could not make it work in Mozilla. As Murray said,
sound is not really good on web pages and the download time for a person like
me on dial up is over 5 minutes for a 3mb mp3.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top