I just downloaded mediaelement.js from http://mediaelementjs.com. Looks really good.
Though in the demo files, the videos won't play in IE 8. The player is showing a black screen, but I can hear the audio.
I have also tried installing on a server only to get the same problem. Can anyone enlighten me, any help would be much appreciated.
10 mins later... Cured, fixed, all good. See the answer below.
The problem was position:absolute on the css .me-plugin amazing
I really hope this helps others. It was a total fluke that I tried it.
If anyone has troubles with flash fallback in ie8, for me that code helps:
var player = new MediaElementPlayer('#player', { /* ... place your options here ... */ enableAutosize: true, success: function(player, node) { player.setVideoSize(480,325); } }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With