I am inserting this code for a video into my web page. When the code loads in firefox (the browser I use) it auto plays. I do not want this to happen. When I load it in IE the autostart false performs as required. What do I need to adjust to make this so it will not autostart in Firefox. (I have found complaints of this occurance throughout forums on the net, but non with an answer.)
<style>.hov:hover{background-color:black}</style><div id='Title' style='font:bold 11px verdana'><a class='hov' style='display:block;width:420px;border:solid 2px black;padding:5px' href="http://www.videocodezone.com/videos/k/kings_of_convenience/id_rather_dance.html" target='_blank'><p><embed name='RAOCXplayer' src='http://www.videocodezone.com/videos/k/kings_of_convenience/id_rather_dance_153529.asx' type='application/x-mplayer2' width='420' height='300' autoplay="false" autostart="false" ShowControls='1' ShowStatusBar='0' loop='true' EnableContextMenu='0' DisplaySize='0' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed></p></a><p style="margin:3px 0px"></p></div>