Page 1 of 1

[SOLVED] Quicktime .mov not displaying in Firefox

Posted: Wed Jan 12, 2011 7:05 pm
by a1000w
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.)

Re: FLASH not displaying in Firefox

Posted: Wed Jan 12, 2011 7:31 pm
by Nullig
You need to use the <embed> tag within the <object> tag for firefox to display flash content.

Nullig

Re: FLASH not displaying in Firefox

Posted: Wed Jan 12, 2011 7:56 pm
by a1000w
Nullig wrote:You need to use the <embed> tag within the <object> tag for firefox to display flash content.

Nullig
Thanks, I have since edited my post.... it wasn't FLASH, it's a streamed .qtl movie. Sorry for the mix-up.