Apparently this code doesnt work in Mozilla Firefox
<bgsound src="images/Sound 1.mp3" loop=-1>
Does anyone have a code that works for both?
Sound on site? Oo
Sound on site? Oo
"The best place to hide a tree, is in a forest"
- bad_brain
- Site Owner
- Posts: 11639
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
try this:
also check here:
http://www.world-voices.com/resources/addaud.html
Code: Select all
<EMBED src="file.mp3" autostart=true hidden=true loop=true>
http://www.world-voices.com/resources/addaud.html
- bad_brain
- Site Owner
- Posts: 11639
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
hehe....browser compatibility...the nighmare of every web developer...
try this:
try this:
Code: Select all
<embed src="file.mp3" type="application/x-mplayer2" autostart="true" playcount="true" loop="true" height="0" width="0">
Maybe it's my Mozilla configuration? :S
oh, and i discovered yet another problem =P
when the sound plays, it loops, but there is a tiny hole between the end and when it starts again, i want it to just go on like there was no end to it. (like one large song)
oh, and i discovered yet another problem =P
when the sound plays, it loops, but there is a tiny hole between the end and when it starts again, i want it to just go on like there was no end to it. (like one large song)
"The best place to hide a tree, is in a forest"
- CommonStray
- Forum Assassin
- Posts: 1216
- Joined: 20 Aug 2005, 16:00
- 19