embedding mp3

liunx

Guest
I would like to be able to play an mp3 file in the background when somebody visits a page. When i use<br />
<br />
<embed autostart="True" hidden="True" loop="true" src=http://www.webdeveloper.com/forum/archive/index.php/"file.mp3"> <br />
<br />
this works fine in internet explorer. However, if i visit this page with opera, nothing happens, and when i use mozilla, the browser asks me if i would like to open this file in winamp. Is there a way to make this work for every browser on every platform?<!--content-->I am not a user of opera,but it could be because of this.<br />
embed is not part of html specifications,however,IE and NS has a continous support for this tag.<br />
Your best bet would be to use the <br />
<object/><br />
tag.<!--content-->
 
Back
Top