Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows Media Player

Status
Not open for further replies.
Jan 14, 2005
7
US
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=" 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=" src="media/DSCF0028.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.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top