Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Flash not displaying on FF

Flash not displaying on FF

Locked

Views: 1,992

Results 1 to 14 of 14
This thread is locked. New replies are disabled.
28 Oct 2008, 5:51 PM
#1
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Flash not displaying on FF

Hi guys,

On this site: designedforme.com there's a flash banner which is showed on IE7 and Safari but not FF. Any idea why?

Also, if anyone can give me a hint to make the banner behind the dropdown menu since the options are hiding behind it?

28 Oct 2008, 6:19 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Flash not displaying on FF

Check your site's error log. Are there references to a missing file crossdomain.xml? If so, you have fallen into a trap set by tighter loading requirements introduced by a recent Flash update. There's more about thios on the Adobe site.

28 Oct 2008, 6:58 PM
#3
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Flash not displaying on FF

No, that file is not on the error log.

28 Oct 2008, 7:14 PM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Flash not displaying on FF

There's some rather odd markup around the flash movie. The validator is highlighting </td /> and </tr /> tags immediately after it, but no sign of a table - and even then, these wouldn't be valid. Might they be left over from a cut and paste? Could they be interfering with the object tag in an unpredicable way?

28 Oct 2008, 7:21 PM
#5
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Flash not displaying on FF

Ok, took them out, but still not showing. Now the validation stays in a loop. :blink:

28 Oct 2008, 7:33 PM
#6
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Flash not displaying on FF

How are you loading your flash? swfobject?

28 Oct 2008, 7:37 PM
#7
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Flash not displaying on FF

Not sure what you mean by "loading" (to the server or to the page?).

I'm just inserting the html code to the define page of main_page. It always worked for me before. I also tried it by the template page of index but same results. The site owner told me this didn't happened when she had previous version of ZC. Maybe is a problem with the swf file itself?

28 Oct 2008, 7:47 PM
#8
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Flash not displaying on FF

To the browser/page. There isn't a single set of HTML that will work across all browsers. And then there's the added complication that some versions of IE also throw out DirectX checks as to whether the viewer wants the content to be loaded. So Flash is usually loaded by a piece of javascript that detects the specific browser being used and adds appropriate markup to the page while it is loading.

swfObject is easily the most popular and most referenced solution for this.

28 Oct 2008, 7:52 PM
#9
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Flash not displaying on FF

English please? :laugh:

28 Oct 2008, 8:01 PM
#10
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Flash not displaying on FF

For English, more eloquently and expertly put than could I, look here.

Howabout Math:

Pure HTML + Flash = extreme frustration

HTML + SWFObject + Flash = contentment

28 Oct 2008, 9:45 PM
#11
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Flash not displaying on FF

Ok, got it! Somehow the editor scrambled all the code making the mess. I wouldn't notice if it wasn't by looking at those pages you gave me for reference.

Turning off the editor and pasting the code again resulted in success for showing up the flash.

Thanks kuroi, you are great! :smartalec:

Now, I need to put it behind the dropdown menu. Any ideas? :blush:

28 Oct 2008, 10:44 PM
#12
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Flash not displaying on FF

Sounds like rather oblique assistance, but if there's credit going, I'll stand in line.

Putting stuff in front of Flash is challenging-ish and non-intuitive. I haven't done it, but have a vague recollection that the secret is to set the WMODE parameter to "transparent".

28 Oct 2008, 11:03 PM
#13
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Flash not displaying on FF

Well, that worked for IE7 not for FF though. Oh well, I guess we can't have always the best of both worlds. :unsure:

Thanks for your great help! You are awesome. :smartalec:

6 Nov 2008, 12:12 PM
#14
ljdream00 avatar

ljdream00

Zen Follower

Join Date:
Jun 2007
Location:
Michigan
Posts:
168
Plugin Contributions:
0

Re: Flash not displaying on FF

:cool: I was having the same problem.Thanks for putting this in english for me kuroi...now I understand.

kuroi:

For English, more eloquently and expertly put than could I, look here.

Howabout Math:

Pure HTML + Flash = extreme frustration

HTML + SWFObject + Flash = contentment