Technofyed

Full Version: Background Audio
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add background audio to my html files. I want to know how can I add it? Please give me a link where I can learn this
As you wish. Smile

http://www.tips-tricks.com/sound.asp

I would suggest the embed tag.
(12-21-2009 11:51 PM)RWenger Wrote: [ -> ]As you wish. Smile

http://www.tips-tricks.com/sound.asp

I would suggest the embed tag.

Ok I have tried using it but my audio is in .rm format is there any way I can play it?
This are the code that use for Background Audio....
Code:
Insert the following code into the <HEAD> Section of your web page, between the <HEAD> tag and the </HEAD> tag:

<embed src="mysong.mp3" autostart="true" loop="false">

Replace "mysong.mp3" with the name of your song file.
I think it will help you. Try this code.
<embed name="lostmojo"
src="/web_design/lostmojo.wav"
loop="false"
hidden="true"
autostart="true">
</embed>
Reference URL's