Log in

View Full Version : I need some help with coding



sugarhigh081
12-13-2005, 07:00 AM
I was wondering how to make music codes.... All I want is a song to play in the background of my website and I don't know how, could someone please help me? Thanks

jscheuer1
12-13-2005, 07:21 AM
<embed src="chimes.wav" autostart="true" hidden="true" loop="true">

You can use this with mp3 files too. It goes in the body of the page. Only use the loop="true" if you want it to repeat, otherwise, set loop="false".

altfel
12-18-2005, 09:31 PM
U can also use <BGSOUND SRC = "Ballade_Pour_Adeline.wav" LOOP=1> . Use LOOP= for how many times u want the song to repeat.Good luck!

Twey
12-18-2005, 10:03 PM
U can also use <BGSOUND SRC = "Ballade_Pour_Adeline.wav" LOOP=1> . Use LOOP= for how many times u want the song to repeat.Good luck!The bgsound tag is IE-only, and so should not be used.

sleipner
12-25-2005, 11:36 AM
if you want anything more complex than what they've posted, you probably need to use flash and it's action-script

oasics01
01-10-2006, 01:08 PM
i am noob but i wanna to my own forum but i dont no what programs i need

Twey
01-10-2006, 04:23 PM
So what made you decide to ask in this thread?