The Problem
Although the SWFObject method – createSWF is working fine under IE sets the wmode not to be transparent but with the strange value of window, i.e. <PARAM name=”WMode” value=”Window” />
The Solution is …
to replace the createSWF method calls with other SWFObject method – embedSWF. There you can simply describe the desired wmode for the flash.
Related posts:
- __flash__removeCallback problem on IE6
- load flash .swf in hidden div
- IE 6 problem with flash z-index



