Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Flash not Showing in Firefox

Flash not Showing in Firefox

Locked

Views: 10,979

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Aug 2006, 8:58 PM
#1
talon65 avatar

talon65

New Zenner

Join Date:
Aug 2006
Posts:
4
Plugin Contributions:
0

Flash not Showing in Firefox

hello - pretty new and still figuring things out - I have a flash slideshow on my mainpage - works fine in IE but doesn't show at all in firefox - I've run out of ideas - any help would be appreciated.

http://www.kats-toybox.com/

20 Aug 2006, 12:47 AM
#2
gerard avatar

gerard

Zen Follower

Join Date:
Oct 2005
Location:
Qld Australia
Posts:
124
Plugin Contributions:
1

Re: Flash not Showing in Firefox

Just a quick clue ( I have just come off night shift :blink: )
In Firefox you have an extra < /> showing just after Make our Treasures your own !

Doing a view source i noticed the following

<object id="tech" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="300" width="300" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param value="sameDomain" name="allowScriptAccess" /><param value="http://www.kats-toybox.com/images/flash/slideshow.swf" name="movie" /><param value="high" name="quality" /><param value="#e2e2e2" name="bgcolor" /><param value="true" name="loop" /></object></td></tr><tr><td align="center">Created by <a href="http://flash.dvd-photo-slideshow.com/" target="_blank">AnvSoft Flash Slide Show Maker</a> </td></tr>< /></tr></tbody></table><div></div><div></div></td></tr></tbody></table></div></div></div>
That is where I would look.
PS I use the following when I place Flash anywhere in ZC
<object type="application/x-shockwave-flash" data="includes/templates/XXX/UUU/ZZZ.swf" width="100%" height="100">

<param name="movie" value="includes/templates/XXX/UUU/ZZZ.swf" /><param name="quality" value="high"><param name="BGCOLOR" value="#000000"><param name="menu" value="false"> </object>

Hope this helps.

Gerard :smile:

20 Aug 2006, 5:00 PM
#3
talon65 avatar

talon65

New Zenner

Join Date:
Aug 2006
Posts:
4
Plugin Contributions:
0

Re: Flash not Showing in Firefox

Thanks for the help - works perfectly now - the code that the slideshow program generated was full of junk - I played around with it and cleaned it up using your example and got it functioning

saved again by the Zen Cart community !

thanks again :yes:

17 Sep 2008, 7:51 PM
#4
unhappydave avatar

unhappydave

New Zenner

Join Date:
Jul 2008
Posts:
52
Plugin Contributions:
0

Re: Flash not Showing in Firefox

<p align="center"><object type="application/x-shockwave-flash" height="300" width="590" data="slide.swf"><param value="/slide.swf" name="movie" /><param value="high" name="quality" /><param value="false" name="menu" /></object></p>

Here is a little more condensed for one of my movies.