| 
 Posted by Philip Ronan on 08/01/05 16:16 
"bunch92@yahoo.fr" wrote: 
 
> Is there a "universal plugin" I could use instead ? Or one that is 
> supported by more browsers ? 
 
Maybe I'm missing something here, but if this works for .wav files: 
 
  <EMBED src="foo.wav" height="20" width="100" hidden autoplay="true"> 
 
then surely this should work for .mp3 files: 
 
  <EMBED src="foo.mp3" height="20" width="100" hidden autoplay="true"> 
 
Why are you bothering with all this ActiveX nonsense? 
 
--  
phil [dot] ronan @ virgin [dot] net 
http://vzone.virgin.net/phil.ronan/
 
[Back to original message] 
 |