I'm having a hard time with mediaelement.js and WMV sources. It says that supports WMV but I can not work it at all. My source is set to a working WMV file, but when I open the webpage, I see the media screen, poster image, play button and controls, but when I click on the play button, nothing happens, a WMV source What are the steps to using the file? Thank you in advance. You must add two lines of javascript before you convert media tags to MediaAlert.
mejs.plugins.silverlight [0] .types.push ('video / x-ms-wmv'); Mejs.plugins.silverlight [0] .types.push ('audio / x-ms-wma'); This will receive Windows Media Video and Audio to play on the computer using MediaElement's Silverlight plugin.
Comments
Post a Comment