0

I have used following object tag for embed windows media player on web page to 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 the player is not visible. after navigate the window the player is getting activate. Check for Demo and the Demo code.

Please suggest to activate the player at execution time.

sureshunivers
  • 1,753
  • 12
  • 27

1 Answers1

0

its working fine in firefox latest edition thing is when you use code like above to embed browser use media plugins installed in system to display media player and for video playback.

For example in my system i have vlc installed when i launch your demo in firefox it shows vlc media player and played your video smoothly.

Najam Awan
  • 1,113
  • 3
  • 13
  • 30