Author: sevein
Date: Tue Sep  4 19:12:40 2012
New Revision: 12267

Log:
Add background color to the player

Modified:
   trunk/js/flowplayer.js

Modified: trunk/js/flowplayer.js
==============================================================================
--- trunk/js/flowplayer.js      Tue Sep  4 19:08:33 2012        (r12266)
+++ trunk/js/flowplayer.js      Tue Sep  4 19:12:40 2012        (r12267)
@@ -23,6 +23,12 @@
                   clip:
                     {
                       autoPlay: false
+                    },
+                  canvas:
+                    {
+                      backgroundColor: '#000000',
+                      backgroundGradient: 'medium',
+                      borderRadius: 10
                     }
                 });
 

-- 
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