Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用MediaElement.js,并希望禁用将不<video>支持 HTML5 的浏览器重定向到 Flash 后备的选项。不幸的是,尽管查看了文档,但我还没有找到这样做的方法。如果可以做到,如何禁用 Flash 后备选项?
MediaElement.js
<video>
new MediaElement('player1', { // remove or reorder to change plugin priority plugins: ['silverlight'] });