<body>
<form id="form1" runat="server">
<div>
<p align="left">
<object id="MediaPlayer" width="482" height="350" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="2008-07-09-01.wmv"/>
<param name="ShowControls" value="true"/>
<param name="ShowStatusBar" value="false"/>
<param name="ShowDisplay" value="false"/>
<param name="autostart" value="false"/>
<embed type="application/x-mplayer2" src="2008-07-09-01.wmv" name="MediaPlayer"
width="482" height="350" showcontrols="1" showstatusbar="0" showdisplay="0" autostart="0"></embed>
</object>
</p>
</div>
</form>
</body>
this is the code.
and <embed> tag is not supported but .net framework it doesnt give any error as such .
sankettt
Sankettt, if this helps please login to Mark As Answer. | Alert Moderator