In current MediaElement player, it use flash and silverlight fallback when HTML 5 audio feature is not available but I want to change fallback priority. What i want to do is use flash fallback in some circumstances.

I don't see any parameter about fallback priority in options. How can i do that ?

有帮助吗?

解决方案

Have a look here: Player fallback options.

In addition to setting mode you can set plugins for the priority of fallbacks:

MediaElementPlayer('#player', {mode: 'auto', plugins: ['silverlight', 'flash']});
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top