windowsmediaplayer not playing in mozillaa firefox
-
below is my code for playing videos but problem is that video player is hidden automatically after playing videos in mozilla browser but it works ok in internet explorer browser and i m playing .avi files please suggest me.i have use only this much code for playing videos on my website. <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="900" height="600" style="background-color:black"> <param name="fileName" value="<%=videopath%>"> <param name="animationatStart" value="true"> <param name="transparentatStart" value="true"> <param name="autoStart" value="true"> <param name="showControls" value="true"> <param name="Volume" value="-450"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.bigbonenews.net<%=videopath%>" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450> </object>
-
below is my code for playing videos but problem is that video player is hidden automatically after playing videos in mozilla browser but it works ok in internet explorer browser and i m playing .avi files please suggest me.i have use only this much code for playing videos on my website. <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="900" height="600" style="background-color:black"> <param name="fileName" value="<%=videopath%>"> <param name="animationatStart" value="true"> <param name="transparentatStart" value="true"> <param name="autoStart" value="true"> <param name="showControls" value="true"> <param name="Volume" value="-450"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.bigbonenews.net<%=videopath%>" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450> </object>
try this html code, it's working fine in mozila..
-
below is my code for playing videos but problem is that video player is hidden automatically after playing videos in mozilla browser but it works ok in internet explorer browser and i m playing .avi files please suggest me.i have use only this much code for playing videos on my website. <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="900" height="600" style="background-color:black"> <param name="fileName" value="<%=videopath%>"> <param name="animationatStart" value="true"> <param name="transparentatStart" value="true"> <param name="autoStart" value="true"> <param name="showControls" value="true"> <param name="Volume" value="-450"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.bigbonenews.net<%=videopath%>" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450> </object>
may depend on which mozila version u are using :confused: