No video?

I just wanted to see if Greg was wrong. Been trying to figure out how to do this stuff on my website anyway.

STANDBY=”Loading Windows Media Player components…” TYPE=”application/x-oleobject”>ShowControls=”1″ ShowStatusBar=”0″ ShowDisplay=”0″ KIOSKMODE=TRUE autostart=”0″>

Yup. He was wrong. Greggy, you need to embed the video in an HTML object and point back to the source. Sort of like:

<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="http://www.theuffp.com/superfirepittest.wmv">

<PARAM name="ShowControls" VALUE="true">

<PARAM name="KIOSKMODE" VALUE="true">

<param name="ShowStatusBar" value="false">

<PARAM name="ShowDisplay" VALUE="false">

<PARAM name="autostart" VALUE="false">

<EMBED TYPE="application/x-mplayer2" SRC="http://www.theuffp.com/superfirepittest.wmv"
NAME="MediaPlayer"

ShowControls="1" ShowStatusBar="0" ShowDisplay="0" KIOSKMODE=TRUE autostart="0">
</EMBED>

</OBJECT>