Pergunta

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 ?

Foi útil?

Solução

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']});
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top