Page 1 of 1

Quicktime Embed problem

Posted: Thu Feb 16, 2006 12:21 pm
by $var
I am trying to embed a .mov video file... I have never had a problem with this in the past, however, it appears that the file does not play in Firefox, or at least, it doesn't allow the controller to appear. I know this is default, so I tried to set it manually to controller=true, but nothing...

I can see this code application working on a different site in Firefox 1.5, however, not on mine.
Server? Browser? What's the issue here?

Code: Select all

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" WIDTH="206" HEIGHT="178" >
<PARAM NAME="src" VALUE="http://www.advantageboard.com/video/qt/TAB_final_w_audio_sm.mov">
<PARAM NAME="autoplay" VALUE="true" >
<PARAM NAME="controller" VALUE="TRUE">
<PARAM NAME="type" VALUE="video/quicktime">
<PARAM NAME="autoplay" VALUE="true">
<PARAM NAME="target" VALUE="myself">

<EMBED SRC="http://www.advantageboard.com/video/qt/TAB_final_w_audio_med.mov" TYPE="image/x-macpaint" PLUGINSPAGE="http://www.apple.com/quicktime/download" QTSRC="http://www.advantageboard.com/video/qt/TAB_final_w_audio_med.mov" WIDTH="206" HEIGHT="178" controller="true" AUTOPLAY="play" LOOP="True"> </EMBED>