AbelCam Forum
Download AbelCam buy Pro
 
 
 
Welcome Anonymous User
04/25/2024 - 09:47 AM
Quick Search:
Quick Jump:
 
Announcements
Latest Topics
 
Firefox Windows Media Player 11 Plug-in
By: JohnMy
Rank: Frequent User
Topics: 30
From: USA
Added: 06/06/2008 - 02:45 AM

I change the code in videostream.html to work somewhat with Firefox 2.0.0.14 and beta 3.5 and windows media player 11. The install of windows media player 11 only placed the plug-in in firefox beta plug-in directory. I had to copy the plug-in into firefox 2.0.0.14 plug-in directory first. Then I changed the object in videostream.html. Adding a second nested object for firefox and windows media player 11.

Somewhat works for I have to use the back key in firefox to get out of the blank page that i get thrown in. I don't know much about html or firefox. My son uses Firefox so I tried to get it to work.

<object id="MediaPlayer" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
type="video/x-ms-asf" id="MyWMPPlayer"
data="<!--#include vserver -->">
<param name="uiMode" value="full" />
<param name="autoStart" value="true" />
<param name="URL" value="/current.asx" />
<param name="autosize" value="1">
<param name="showstatusbar" value="1">
<param name="showcontrols" value="1">
<param name="showdisplay" value="1">
<param name="Filename" value=" <!--#include vserver -->">
<param name="TransparentAtStart" value="false">
<param name="ShowControls" value="true">
<param name="AutoStart" value="true">
<!-- For Firefox browsers Windows Media Player 11 Plug-in -->
<object id="player2"
type="application/x-ms-wmp">
<!--
the embed tag is other browsers.
by default the size is rather small, so I put fixed size in here
-->
<embed type="application/x-mplayer2" name="WMPplayer"
pluginspage="http://www.microsoft.com/windows/mediaplayer/en/default.asp" width="320"
height="305" transparentatstart="0" controltype="2" showcontrols="1" showdisplay="0"
showstatusbar="1"
src="<!--#include vserver -->"
autostart="true" border="0">
<!-- ^- change host src here -->
</embed>
</object>
</object>
Topic has no responses