Installing background wav. music

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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
 
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
 
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">
 
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
 
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
 
Back
Top