Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Issue while playing video in firefox 19 using embed tag with mplayer2 plugin

  • 5 پاسخ
  • 5 have this problem
  • 14 views
  • آخرین پاسخ توسّط husein522

more options

In mozilla firefox embed tag not working properly. the embed video starts playing after browser is resized. Can anyone help me out playing video in ff without resizing the browser? Below is the html code. The below code works in fine in other browser

<object id="MediaPlayer1" width="400" height="300" classid="CLSID:6BF52A52-394A-11d3-   B153-00C04F79FAA6"
standby="Loading Windows Media Player components..." type="application/x-oleobject">
<param NAME="AutoStart" VALUE="True">
<param name="uiMode" value="none">
<param name="PlayCount" value="9999">
<param name="url" value="C:\SR\documents\library\2013\Video\sample_1363245215320.avi" />            
<embed type="application/x-mplayer2"  src='C:\SR\documents\library\2013\Video\sample_1363245215320.avi' NAME="MediaPlayer" WIDTH="400" HEIGHT="300" ShowControls="0" ShowStatusBar="0" ShowDisplay="0" autostart="1">    </embed>
</object>
In mozilla firefox embed tag not working properly. the embed video starts playing after browser is resized. Can anyone help me out playing video in ff without resizing the browser? Below is the html code. The below code works in fine in other browser <pre><nowiki> <object id="MediaPlayer1" width="400" height="300" classid="CLSID:6BF52A52-394A-11d3- B153-00C04F79FAA6" standby="Loading Windows Media Player components..." type="application/x-oleobject"> <param NAME="AutoStart" VALUE="True"> <param name="uiMode" value="none"> <param name="PlayCount" value="9999"> <param name="url" value="C:\SR\documents\library\2013\Video\sample_1363245215320.avi" /> <embed type="application/x-mplayer2" src='C:\SR\documents\library\2013\Video\sample_1363245215320.avi' NAME="MediaPlayer" WIDTH="400" HEIGHT="300" ShowControls="0" ShowStatusBar="0" ShowDisplay="0" autostart="1"> </embed> </object></nowiki></pre>

Modified by cor-el

All Replies (5)

more options

can any one answer me? Its really urgent

more options

Maybe try to use the file protocol instead.

src="file:///C:/SR/documents/library/2013/Video/sample_1363245215320.avi"

Modified by cor-el

more options

thanks for your response. I had tried putting direct web url in src but i am getting the same issue. This is the issue found in ff 18 ,19 it work fine in ff 11

more options

Did you try to make the width and height values larger?

more options

yes changing the height and width values also did'nt solved the issue