Dolphin 6.1 ad free with free ray 3.5
I have embeded a video onto the home page in two places, on the custom html block in the body of page as well as the custom html block in the basic setting within admin panel. The code is accepted and saved but my problem is that in both IE6 and 7 the video will not play. Firefox will play it no problem.
Any ideas as to why this is happening? Here is the code I used:
<object id="MediaPlayer" width=320 height=286 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading 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="http://mysite/mysitelocation/moviename.wmv">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src="http://media.pmcmovies.com/SixtiesLove.wmv" name="MediaPlayer" width=320 height=240></embed>
</object>