什么是模式:垫片实际上在做什么?

rus*_*s24 5 mediaelement.js

怎么mode:shim办?

我在这个网站上搜索了一个强制闪存的方法.代码开发人员将这个问题的答案写给了我遇到的确切问题:

MediaElement.js - 强制Chrome使用Flash播放器?

我的观察是现代浏览器加载一个html5组件,然后切换到闪存,但它的实际行为非常混乱.

jan*_*s86 9

正如你所说,它将迫使闪回后退.在现代浏览器的情况下,html5视频的初始化将被闪回后退所取代.

// allows testing on HTML5, flash, silverlight
// auto: attempts to detect what the browser can do
// auto_plugin: prefer plugins and then attempt native HTML5
// native: forces HTML5 playback
// shim: disallows HTML5, will attempt either Flash or Silverlight
// none: forces fallback view
Run Code Online (Sandbox Code Playgroud)