12-21-2009, 11:49 PM
12-21-2009, 11:51 PM
12-22-2009, 05:41 AM
(12-21-2009 11:51 PM)RWenger Wrote: [ -> ]As you wish.
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?
12-22-2009, 06:02 PM
07-16-2010, 02:23 AM
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.06-15-2011, 04:28 AM
I think it will help you. Try this code.
<embed name="lostmojo"
src="/web_design/lostmojo.wav"
loop="false"
hidden="true"
autostart="true">
</embed>
<embed name="lostmojo"
src="/web_design/lostmojo.wav"
loop="false"
hidden="true"
autostart="true">
</embed>
