This works for me. You will have to import your sound file into the FP
folder list.
<object id="MediaPlayer" width=68 height=66
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject
codebase="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<PARAM NAME="filename" VALUE="yoursong.mp3">
<PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true">
<param name="ShowStatusBar" value="true"> <PARAM NAME="Autorewind"
VALUE="true">
<PARAM NAME="ShowDisplay" VALUE="false">
<EMBED SRC=src="yoursong.mp3" WIDTH=70 HEIGHT=70
type="application/x-mplayer2" name=MediaPlayer autostart=1 showcontrols=0
showstatusbar=1 autorewind=1 showdisplay=0>
</EMBED></OBJECT>