| 
 Posted by bunch92@yahoo.fr on 08/01/05 15:45 
Hi again, 
 
The problem with my code was on the following line : 
<PARAM NAME="fileName"  
VALUE="http://www.perignon.co.uk/fr/lessonbeg/sound/o.mp3"> 
 
When replaced with : 
<PARAM NAME="fileName" VALUE="./fr/lessonbeg/sound/o.mp3"> 
 
 
The sound plays !!!! (I am using IE6) 
 
And the <OBJECT><PARAM> tags are not proprietary (unlike bgsound) so it  
should work in most of the browsers .... 
 
Can you guys try  
http://www.perignon.co.uk/testmp3.html 
and tell me if it works for you please ? 
 
Thank you all for you help.
 
[Back to original message] 
 |