I used the following code to embed an Audio file into my page, it works good, but when I open the page in IE I get a message box saying click to run Active X control. Is this going to happen with everyone's IE browser, is this a property of my code or of my IE browser and is there a way to stop this from happening?
Code:
<embed src="Sound/BeautifulDisaster.mp3" autostart=True width=0 height=0 id="sound1"
enablejavascript="true">