Click to See Complete Forum and Search --> : video problems


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>

lukercp
12-31-2005, 07:52 PM
here ia my code loads in seconds...

<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,7

01" standby="Loading Microsoft Windows® Media Player components..."

type="application/x-oleobject" width="442" height="274.5">
<param name="fileName"

value="http://www.theholyaltar.com/bike.wmv">
<param

name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param

name="autoStart" value="true">
<param name="showControls" value="false">
<param name="Volume"

value="-10">
<embed type="application/x-mplayer2"

pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"

src="http://www.theholyaltar.com/bike.wmv" width=442

height=274.5 autostart=1 showcontrols=1 volume=-20></embed>
</object>