A section of my site I want to be set up to allow visitors to listen to select MP3 of my music. As of right now the one I am trying to add only works correctly in Firefox. I have it set so that it does not play until the user clicks the pay button, but in Chrome the play bar looks messed up and it auto-plays once the page loads. I.E. 8 doesn't load or play the MP3 at all I was wondering if anyone could let me know what I am doing wrong with my code for my player.
[codebox]<h2>Instrumentals</h2>
<ul>
<li>Universal Soldier MP3-<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="106" height="15" title="Universal solider">
<param name="src" value="music/beats/Universal Solider.mp3" />
<param name="autoplay" value="false" />
<embed src="music/beats/Universal Solider.mp3" width="106" height="15" pluginspage="
http://www.macromedia.com/shockwave/download/" autoplay="false"></embed>
</object>
</li>
</ul>[/codebox]
Here is what the play bar looks like in each browers
