• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML to loop an mp3?

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.
 
Back
Top