Last week we accidentally introduced a nasty bug into the Floorplanner Flash app. Well, actually it wasn’t the Flash app that caused the problem. It appeared to be a weird issue in swfobject.
We wanted to layer some html content over the Flash app, so we added this line to the JavaScript:
swfObject.addParam( "wmode", "transparent" );
By doing that, the Flash app started acting really strange in Internet Explorer (6&7). I removed the line today and all seems fine again…



January 23rd, 2008 at 5:47 pm
What did wmode=opaque do? This is what I normally use to display HTML on top of Flash…
January 25th, 2008 at 3:55 pm
[...] my previous post I thought that swfobject was causing the wmode=transparent problem in IE. However, I was wrong. [...]
January 25th, 2008 at 3:56 pm
Hi Jorrit, thank you for your suggestion, but it didn’t work for us.