[SOLVED] Problem with Flash

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Hannibal
Forum Members
Forum Members
Posts: 74
Joined: Wed Nov 05, 2008 5:47 pm

Re: Problem with Flash

Post by Hannibal »

Any ideas?  ???
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Problem with Flash

Post by KO »

Took a while to figure this one out.

When you set javascript you have

so.addVariable("wmode", "transparent");

but you should have

so.addParam("wmode", "transparent");

...like on one pure HTML that works.
Hannibal
Forum Members
Forum Members
Posts: 74
Joined: Wed Nov 05, 2008 5:47 pm

Re: Problem with Flash

Post by Hannibal »

KO wrote: Took a while to figure this one out.

When you set javascript you have

so.addVariable("wmode", "transparent");

but you should have

so.addParam("wmode", "transparent");

...like on one pure HTML that works.
You sir, are a genius!  :D

Cheers so much for that!
Post Reply

Return to “Layout and Design (CSS & HTML)”