Page 2 of 2

Re: Problem with Flash

Posted: Thu Nov 20, 2008 3:52 pm
by Hannibal
Any ideas?  ???

Re: Problem with Flash

Posted: Thu Nov 20, 2008 10:22 pm
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.

Re: Problem with Flash

Posted: Fri Nov 21, 2008 10:16 am
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!