Thanks Mikey. I'll take a look at that for the future. For now, I have the file converted to a wmv, but it wont run when its embedded.
Here's my html code. It plays the first few seconds and then stops. Its not the file, because I can download it and play it.
<OBJECT ID="MediaPlayer" WIDTH="320" HEIGHT="280" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="kg1.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="kg1.wmv" NAME="MediaPlayer"
WIDTH="320" HEIGHT="280" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
Edit:
Looks like my host doesn't allow streaming content. Oh well. I made it a link.