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.)
[SOLVED] Quicktime .mov not displaying in Firefox
[SOLVED] Quicktime .mov not displaying in Firefox
Last edited by a1000w on Wed Jan 12, 2011 10:03 pm, edited 2 times in total.
Re: FLASH not displaying in Firefox
You need to use the <embed> tag within the <object> tag for firefox to display flash content.
Nullig
Nullig
Re: FLASH not displaying in Firefox
Thanks, I have since edited my post.... it wasn't FLASH, it's a streamed .qtl movie. Sorry for the mix-up.Nullig wrote:You need to use the <embed> tag within the <object> tag for firefox to display flash content.
Nullig