esthera
12-26-2005, 08:34 AM
I am displaying a wmf video file.
on my computer in firefox the video screen doesnt' even show -- it's blank where the black screen should be and all I see are the controls below it (play,stop etc...)
any ideas why.
my client doesn't even see the video at all - no black box and no controls. He is using i.e. 6 (as I am and by me it works)
Here is my code:
<OBJECT ID="MediaPlayer" WIDTH="170" HEIGHT="160" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="VTS_01_1.wmv">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<PARAM name="autostart" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="VTS_01_1.wmv" NAME="MediaPlayer"
WIDTH="170" HEIGHT="160" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>
on my computer in firefox the video screen doesnt' even show -- it's blank where the black screen should be and all I see are the controls below it (play,stop etc...)
any ideas why.
my client doesn't even see the video at all - no black box and no controls. He is using i.e. 6 (as I am and by me it works)
Here is my code:
<OBJECT ID="MediaPlayer" WIDTH="170" HEIGHT="160" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="VTS_01_1.wmv">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<PARAM name="autostart" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="VTS_01_1.wmv" NAME="MediaPlayer"
WIDTH="170" HEIGHT="160" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>