|
I have the following code on my website to play a video:
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="640" height="480">
<param name="type" value="video/x-ms-wmv" />
<param name="URL" value="footballskills.wmv" />
<param name="uiMode" value="full" />
<param name="autoStart" value="true" />
<embed width="640" height="480" type="video/x-ms-wmv" src="footballskills.wmv" controls="ALL" loop="false" autostart="true"
pluginspage="http://www.microsoft.com/windows/windowsmedia/" />
</object>
This video plays perfectly online using Firefox, and perfectly offline using IE. But when online in IE, it says connecting for a couple of seconds before just saying "ready". Pressing play then has no effect. Can anyone help by telling me what I need to do so this video plays online in Internet Explorer please.
Thanks!!
|