Forum Moderators: open
<object onfocus="blur()" onclick="$('#instructions').hide();" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="500" height="24" name="src" value="my.mp3" />
<param name="controller" value="true" />
<param name="autoplay" value="false" />
<!--[if !IE]>-->
<object onfocus="blur()" onclick="$('#instructions').hide();" type="audio/mpeg" data="my.mp3" width="500" height="24" />
<param name="autoplay" value="false" />
<param name="controller" value="true" />
</object>
<!--<![endif]-->
</object>
I've done some reading on <audio> in html5, and it looks still to be a bit of a can of worms amongst the browsers. Hence html4.