stjoenetworks
09-06-2006, 12:01 AM
I am trying to embed a mp3 into a website so that when a customer visits the site they can click on the embedded player and the song plays. NO POPUP PLAYERS!
I accomplished this on this page:
http://christmasinheaven.net/resources.html
However, when visited with IE this error message greets the user:
Click to run an Activex control on this web page
This message does not appear to all but it does appear to the site owner most importantly and she wants it gone. How?
I have searched and all I can find is that it is on the user's computer....is there another way to do this?
Here is the code I am currently using:
<object width="300" height="42">
<param name="src" value="audio.mp3">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="bgcolor" value="#FFFFFF">
<embed src="audio.mp3"
autostart="false" loop="false"
width="300" height="42" controller="true"
bgcolor="#FFFFFF"></embed></object>
Any help or suggestions would be appreciated.
Eric
I accomplished this on this page:
http://christmasinheaven.net/resources.html
However, when visited with IE this error message greets the user:
Click to run an Activex control on this web page
This message does not appear to all but it does appear to the site owner most importantly and she wants it gone. How?
I have searched and all I can find is that it is on the user's computer....is there another way to do this?
Here is the code I am currently using:
<object width="300" height="42">
<param name="src" value="audio.mp3">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="bgcolor" value="#FFFFFF">
<embed src="audio.mp3"
autostart="false" loop="false"
width="300" height="42" controller="true"
bgcolor="#FFFFFF"></embed></object>
Any help or suggestions would be appreciated.
Eric
