embed wmv file problems. hi,
I have designed a website and embeded a wmv file in one of my pages so that the video plays as soon as a person click on the link.
The video works fine if viewed in firefox, but doesn't play at all in internet explorer.
It also doesn't loop in firefox, as i wanted it to play over and over.
Please could you look at my code and see where I have gone wrong.
thanks
Here is my code:
<object classid=" CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type=" application/x-oleobject" width="891" height="515" align="middle" id=" MediaPlayer" >
<param name=" FileName" value=" http://yourvideo.wmv" >
<param name=" autostart" value=" 1" >
<param name=" showcontrols" value=" 0" >
<param name=" loop" value=" true" >
<embed
src="myvideofile.wmv"
width="891"
height="515"
autostart=" 1"
loop="true" align="middle" type=" application/x-mplayer2"
showcontrols=" 0" ></embed> |