HTML to loop an mp3?

joohang

Lifer
Oct 22, 2000
12,340
1
0
Originally posted by: chiwawa626
Originally posted by: fatbaby
<EMBED SRC="sound.mp3" AUTOSTART="true" LOOP="true">

I tried that, IE gives me some plugin error, how can i fix that up?

Embed simply tells the browser to use *any* plug-in that will play the MP3 file. Unless the browser is configured properly (in your case it isn't) it won't play as intended.

Your best bet is probably to use an <object> tag to add a Windows Media ActiveX control for IE users, and add an <embed> tag for the rest and hope that their browsers are configured properly.