Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

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

  • 5 respostas
  • 5 têm este problema
  • 17 visualizações
  • Última resposta de 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>

Alterado por cor-el em

Todas as respostas (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"

Alterado por cor-el em

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