Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

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

  • 5 odpovedí
  • 5 má tento problém
  • 14 zobrazení
  • Posledná odpoveď 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>

Upravil(a) cor-el dňa

Všetky odpovede (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"

Upravil(a) cor-el dňa

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