[SOLVED] Quicktime .mov not displaying in Firefox
Posted: Wed Jan 12, 2011 7:05 pm
On my homepage (t3ch-2-sp3c.com/CMSSimple/) I have placed a streamed .qtl movie.... which works perfectly in Explorer, but not in Firefox.
<div style="padding-left: 120px;">
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="276" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="http://pointers.audiovideoweb.com/stcqt ... v/play.qtl" />
<param name="autoplay" value="true" />
<param name="controller" value="true" />
</object>
</div>
On its current HTML site, this link works perfectly in Firefox.
What have I done wrong? (If you could provide an example, I would appreciate it.)
<div style="padding-left: 120px;">
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="276" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="http://pointers.audiovideoweb.com/stcqt ... v/play.qtl" />
<param name="autoplay" value="true" />
<param name="controller" value="true" />
</object>
</div>
On its current HTML site, this link works perfectly in Firefox.
What have I done wrong? (If you could provide an example, I would appreciate it.)