Re: Problem with Flash
Posted: Thu Nov 20, 2008 3:52 pm
Any ideas? 
Content management as it is meant to be
https://forum.cmsmadesimple.org/
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.