Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

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

  • 5 odpowiedzi
  • 5 osób ma ten problem
  • 17 wyświetleń
  • Ostatnia odpowiedź od 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>

Zmodyfikowany przez cor-el w dniu

Wszystkie odpowiedzi (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"

Zmodyfikowany przez cor-el w dniu

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