nszczepanski
12-07-2005, 10:10 PM
I am not even sure this is the correct forum for this but I am trying to add a video to my website (I am new to web development) and can do it but want to add buffering so non-broadband users can view my video without it being choppy. Here is the code I have so far but can't get it to buffer.
<object id="MediaPlayer" 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" align="middle" width="286" height="251">
<param name="FileName" value="media/Myvideo.AVI">
<param name="ShowStatusBar" value="1">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="animationatStart" VALUE="1">
<PARAM NAME="transparentatStart" VALUE="1">
<PARAM NAME="showControls" VALUE="1">
<PARAM NAME="width" VALUE="400">
<PARAM NAME="height" VALUE="350">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="media/myVideo.AVI" align="middle" showstatusbar="1" animationatstart="1" showcontrols="1" autostart="1" transparentatstart="1" width="400" height="350">
</object>
If anyone can help or direct me to the right forum that would be great. Thanks in advance.....
<object id="MediaPlayer" 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" align="middle" width="286" height="251">
<param name="FileName" value="media/Myvideo.AVI">
<param name="ShowStatusBar" value="1">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="animationatStart" VALUE="1">
<PARAM NAME="transparentatStart" VALUE="1">
<PARAM NAME="showControls" VALUE="1">
<PARAM NAME="width" VALUE="400">
<PARAM NAME="height" VALUE="350">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="media/myVideo.AVI" align="middle" showstatusbar="1" animationatstart="1" showcontrols="1" autostart="1" transparentatstart="1" width="400" height="350">
</object>
If anyone can help or direct me to the right forum that would be great. Thanks in advance.....