Domanda

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 ?

È stato utile?

Soluzione

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']});
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top