In order to embed the player put this in the head tag of the html so that you are using swf object.
HTML Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript" src="swfaddress.js"></script>
Put this in the body of the html
HTML Code:
<script type="text/javascript">
// <![CDATA[
var flashvars = false;
var params = {
base: 'mp3/',
wmode: 'window',
menu: 'false'
};
var attributes = {};
attributes.id = "mp3player";
swfobject.embedSWF("mp3/player.swf", "flashcontent", "310", "24", "9.0.0", "", flashvars, params, attributes);
// ]]>
</script>