Index: trunk/extensions/MetavidWiki/skins/mv_embed/mv_embed.js |
— | — | @@ -182,7 +182,7 @@ |
183 | 183 | // List of players in order of preference |
184 | 184 | playerType:false, |
185 | 185 | // List of players in order of preference (vlc is pretty good on linux (but should not be installed in OSX) |
186 | | - players: ['videoElement','vlc-mozilla', 'vlc-activex', 'oggPlay', 'oggPlugin', 'quicktime-mozilla', 'quicktime-activex', 'cortado'], |
| 186 | + players: ['videoElement','vlc-mozilla', 'vlc-activex', 'oggPlay', 'cortado', 'oggPlugin', 'quicktime-mozilla', 'quicktime-activex'], |
187 | 187 | init: function(){ |
188 | 188 | //detect supported types |
189 | 189 | this.detect(); |