[SOLVED] Quicktime .mov not displaying in Firefox

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
a1000w
Forum Members
Forum Members
Posts: 18
Joined: Tue Dec 28, 2010 9:23 pm

[SOLVED] Quicktime .mov not displaying in Firefox

Post 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.)
Last edited by a1000w on Wed Jan 12, 2011 10:03 pm, edited 2 times in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: FLASH not displaying in Firefox

Post by Nullig »

You need to use the <embed> tag within the <object> tag for firefox to display flash content.

Nullig
a1000w
Forum Members
Forum Members
Posts: 18
Joined: Tue Dec 28, 2010 9:23 pm

Re: FLASH not displaying in Firefox

Post 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.
Post Reply

Return to “CMSMS Core”