evan5
06-01-2009, 07:30 PM
hey guys, i'm trying to add Background music to my webpage. This is the code i am using:
<embed src="music.mp3" autostart="true" loop="true"
width="2" height="0" volume="60">
</embed>
<noembed>
<bgsound src="music.mp3" loop="infinite" volume="60">
</noembed>
it works on all browsers but google CHROME. anyone know how i can fix that?:confused:
Thanks
<embed src="music.mp3" autostart="true" loop="true"
width="2" height="0" volume="60">
</embed>
<noembed>
<bgsound src="music.mp3" loop="infinite" volume="60">
</noembed>
it works on all browsers but google CHROME. anyone know how i can fix that?:confused:
Thanks