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:

  1. __flash__removeCallback problem on IE6
  2. load flash .swf in hidden div
  3. Which Model Should Contain That Method?