kenshin989
05-04-2003, 05:52 PM
Some sites have music playing (without having to open it or anything) on the site how do I do this?
|
View Full Version : Music while page is open? kenshin989 05-04-2003, 05:52 PM Some sites have music playing (without having to open it or anything) on the site how do I do this? thewwfc 05-04-2003, 06:04 PM <EMBED SRC="yourfile.mp3" AUTOSTART=TRUE LOOP=TRUE HIDDEN=TRUE> <NOEMBED> <BGSOUND SRC="yourfile.mp3"> </NOEMBED> kenshin989 05-04-2003, 06:07 PM Thanks :) thewwfc 05-04-2003, 06:10 PM Your welcome, I hope it helps WebMasterCole 05-04-2003, 08:34 PM Or if it is the link on a website, this is the code <bgsound src="The properties of the music file"> I think that works, too. |