--- sites/all/modules/contrib/flowplayer/flowplayer.js  2010-06-11 15:53:40.965480680 -0400
+++ sites/all/modules/contrib/flowplayer/flowplayer-with-harcoded-wmode.js  2010-07-16 09:36:43.769114466 -0400
@@ -84,6 +84,6 @@ Drupal.behaviors.flowplayer = function()
     }

     // Create the flowplayer element on the non-processed elements.
-    $(selector + ':not(.flowplayer-processed)').addClass('flowplayer-processed').flowplayer(Drupal.settings.basePath + Drupal.settings.flowplayerSwf, config);
+    $(selector + ':not(.flowplayer-processed)').addClass('flowplayer-processed').flowplayer({src: Drupal.settings.basePath + Drupal.settings.flowplayerSwf, wmode: 'opaque'}, config);
   });
 };
