what's the code for playing an audio file on a page, without any visible player? and no, I don't intend to use this at the pavilion. bandwidth charges would be hell if I did.
Announcement
Collapse
No announcement yet.
Need some quick HTML help.
Collapse
This topic is closed.
X
X
-
Re: Need some quick HTML help.
Instead of making it:
LOOP=false
Change it to:
LOOP=true
That should work. The part that says, LOOP=1 you can just delete, I think.
..Hopefully that works. So basically, just this:
<EMBED SRC="nameofsong.mid" AUTOSTART=true LOOP=true> <BGSOUND SRC="nameofsong.mid">Last edited by TheBranMuffin; 01-09-2006, 10:41 PM.
Comment
-
Re: Need some quick HTML help.
<EMBED SRC="nameofsong.mid" AUTOSTART=true LOOP=true> <BGSOUND SRC="nameofsong.mid" LOOP=-1>
or
<EMBED SRC="nameofsong.mid" AUTOSTART=true LOOP=true> <BGSOUND SRC="nameofsong.mid" LOOP=INFINITE>Last edited by Manyak; 01-09-2006, 11:05 PM.sig removed due to banned words being in playlist.
Comment




Comment