Forum index / Computers / Music when page loads.

Music when page loads.

3 posts · page 1 of 1

post #1
21 February 2005, 14:09 UTC#1
Does anyone know the HTML code on how to get music to fade in from the background when you load your webpage? If anyone does, it would be a BIG help!

Cheers.

Nico
post #2
21 February 2005, 14:20 UTC#2
Insert this code into your site:

<embed src="yourmusicfile.extensionhere" autostart="true" loop="true"
width="2" height="0">
</embed>
post #3
21 February 2005, 14:31 UTC#3
Cheers gman.