문제

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