internet explorer 8 - how to run windows media player video in my html i am getting error Code attached? -


i new bie , getting error in running video in html using ie 8 , code here,

<object id="video"   classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" type="application/x-oleobject"> <param name="peace1.wmv" value="peace1.wmv"> <param name="sendplaystatechangeevents" value="true"> <param name="autostart" value="true"> <param name="uimode" value="none"> <param name="playcount" value="9999"> </object> 

please me out thnaks in advance

 <object width="100%" height="100%"  type="video/x-ms-asf" url="peace1.wmv" data="peace1.wmv" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6">   <param name="url" value="peace1.wmv">   <param name="filename" value="peace1.wmv">   <param name="autostart" value="1">   <param name="uimode" value="full" />   <param name="autosize" value="1">   <param name="playcount" value="1">    <embed type="application/x-mplayer2" src="peace1.wmv" width="100%" height="100%"    autostart="true" showcontrols="true"   pluginspage="http://www.microsoft.com/windows/mediaplayer/"></embed> </object> 

try ablove code , let me know


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -