Author: sevein
Date: Tue Sep  4 19:08:33 2012
New Revision: 12266

Log:
Pass wmode=transparent to flash configuration, fixes issue 2422

Modified:
   trunk/js/flowplayer.js

Modified: trunk/js/flowplayer.js
==============================================================================
--- trunk/js/flowplayer.js      Tue Sep  4 17:48:20 2012        (r12265)
+++ trunk/js/flowplayer.js      Tue Sep  4 19:08:33 2012        (r12266)
@@ -7,7 +7,25 @@
         {
           $('.flowplayer', context).each(function ()
             {
-              flowplayer(this, Qubit.relativeUrlRoot + 
'/vendor/flowplayer/flowplayer-3.1.5.swf', { clip: { autoPlay: false } });
+              flowplayer(
+
+                // DOM Object
+                this,
+
+                // Flash configuration
+                {
+                  src: Qubit.relativeUrlRoot + 
'/vendor/flowplayer/flowplayer-3.1.5.swf',
+                  wmode: 'transparent'
+                },
+
+                // Flowplayer configuration
+                {
+                  clip:
+                    {
+                      autoPlay: false
+                    }
+                });
+
             });
         }};
   })(jQuery);

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to