Installing background wav. music

G

Guest

Is there a way to install background music so it does not take so long to
start playing the music when someone opens my site?
 
T

Teriel9

Try this
<bgsound src="Trumpet1.wav" loop="0">
Replace the filename with your own and it will play once immediately on
opening. My .wav file resides in the root directory.
Works OK for me
HTH
Teriel9
 
G

Guest

Thank you, I will try that
--
Mike Harrington


Teriel9 said:
Try this
<bgsound src="Trumpet1.wav" loop="0">
Replace the filename with your own and it will play once immediately on
opening. My .wav file resides in the root directory.
Works OK for me
HTH
Teriel9
 
G

Guest

This the the link I now have below: Previously the loop was -1
<bgsound
src="Schubert%20-%20Ave%20Maria%20(Andre%20Rieu%20-%20Instrumental).wav"
loop="0">
 
T

Teriel9

I suggest you remove the spaces which cause the %20% in your file name,
either make a single name(no spaces) or replace the spaces with an
underscore (_)
HTH
Teriel9
 
T

Teriel9

Your link should look like this if you need all that description

<bgsound
src="Schubert_Ave_Maria_Andre_Rieu_Instrumental.wav"
loop="0">
Or this if you do not
<bgsound src="schubert_ave_maria.wav" loop="0">
Teriel9

All our emails are scanned by Norton Antivirus before sending
Please advise any virus that gets through
 

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