Also if you are going to use the mp3 instead of the flash you will need a different code
that code is:
HTML Code:
<object id="player" height="0" width="0" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="URL" value="MailMofo.mp3">
<param name="uiMode" value="full">
<param name="ShowControls" value="false">
<param name="ShowStatusBar" value="false">
<param name="ShowDisplay" value="false">
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="MailMofo.mp3"
name="player"
width="0"
height="0"
AutoStart="1"
showcontrols="0"
showstatusbar="0"
showdisplay="0"
uiMode="full"
visual="1">
</embed>
</object>
[/QUOTE]
Works in FF but not IE