PDA

View Full Version : MP3+background


asuka33
08-04-2005, 01:52 PM
Hi,

I would like to add a mp3 song to the background of my website but with the option of turning on and off.

So people who doesnt have a high speed connection or for those who doesnt want to listen don't need to load the music.

How can i do that?

Thanks


:o

webmarkart
08-04-2005, 04:12 PM
I would recommend leaving auto autostart=false for those without a high speed conection but it can be true...


<embed src="filename.mp3" autostart=false hidden=false id="song" enablejavascript="true">

asuka33
08-05-2005, 08:59 PM
Thank you it worked really well.
:) :thumbsup: