I don't want to have it link to a youtube page, or play from there, I want the video to stream from our FTP site. The html code I usually use (see below) does not work. PLEASE HELP!
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="340" height="270"><param name="src" value="/video/PassageMaker.mov" /><param name="width" value="340" /><param name="height" value="270" /><embed type="video/quicktime" src="/video/PassageMaker.mov" width="340" height="270"></embed></object>