html - Windows Media Player Embed Object not get active on Mozilla -


i have used following object tag embed windows media player on web page play video.

<object type="video/x-ms-wmv" data="http://www.educationalquestions.com/video/ell_part_5_768k.wmv" width="320" height="255">   <param name="src" value="http://www.educationalquestions.com/video/ell_part_5_768k.wmv">   <param name="autostart" value="0"> </object> 

at first time player not visible. after navigate window player getting activate. check demo , demo code.

please suggest activate player @ execution time.

its working fine in firefox latest edition thing when use code above embed browser use media plugins installed in system display media player , video playback.

for example in system have vlc installed when launch demo in firefox shows vlc media player , played video smoothly.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -