Disable Silverlight, enable HTML5 fallback
This commit is contained in:
parent
011199aef7
commit
fdc6329c2f
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ var WatchPage = React.createClass({
|
|||
mimeType: status.mime_type,
|
||||
})
|
||||
var player = new MediaElementPlayer(this.refs.player, {
|
||||
mode: 'shim', // Force Flash (for now)
|
||||
mode: 'auto_plugin',
|
||||
plugins: ['flash'],
|
||||
setDimensions: false,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue