[SOLVED] Problem with Flash
Re: Problem with Flash
Any ideas? 
Re: Problem with Flash
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.
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
You sir, are a genius!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.
Cheers so much for that!

