jerryr125
01-20-2007, 06:39 AM
Hi - this works like a charm in IE and Netscape. What parameters need to
be set for Firefox for 'autostart' and 'showcontrols' ????
Any help would be appreciated - jr
Note: the file name was removed for confidentiality purposes.
<html>
<body>
<br><br><br>
<center>
<OBJECT ID="mediaPlayer" width=640 height=480
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,1112"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM NAME="FileName" VALUE="http://urloffile/jen0601.wmv">
<PARAM NAME="ShowDisplay" VALUE="false">
<PARAM NAME="ShowControls" VALUE="False">
<PARAM NAME="ShowStatusBar" VALUE="False">
<PARAM NAME="Loop" VALUE="True">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://urloffile/jen0601.wmv"
name="mediaPlayer"
width=640
height=480
autostart=0>
</EMBED>
</OBJECT>
</center>
</body>
</html>
be set for Firefox for 'autostart' and 'showcontrols' ????
Any help would be appreciated - jr
Note: the file name was removed for confidentiality purposes.
<html>
<body>
<br><br><br>
<center>
<OBJECT ID="mediaPlayer" width=640 height=480
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,1112"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM NAME="FileName" VALUE="http://urloffile/jen0601.wmv">
<PARAM NAME="ShowDisplay" VALUE="false">
<PARAM NAME="ShowControls" VALUE="False">
<PARAM NAME="ShowStatusBar" VALUE="False">
<PARAM NAME="Loop" VALUE="True">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://urloffile/jen0601.wmv"
name="mediaPlayer"
width=640
height=480
autostart=0>
</EMBED>
</OBJECT>
</center>
</body>
</html>