Can some one post the code for embedding Windows Media Player in a site to play .avi files? I have tried several code strings and nothing has worked. The pages just hang and the video never shows up. Quicktime works just fine for me. thx
It is pretty much simple to upload the script, here are some instructions, as follows " <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject"> <PARAM NAME="FileName" VALUE="videofilename.wmv"> <PARAM name="autostart" VALUE="false"> <PARAM name="ShowControls" VALUE="true"> <param name="ShowStatusBar" value="false"> <PARAM name="ShowDisplay" VALUE="false"> <EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv" NAME="MediaPlayer" WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED> </OBJECT> " its just a sample, for more information, you can refer the link pasted below.Hope this works. http://www.mediacollege.com/video/format/windows-media/streaming/embed.html