I want to embed video element in all browsers,but its working fine in all browsers except IE8.Here, i am using mediaelement.js library to implement.
First, a couple of things to try:
tag. It will not work from
in IE6-8.I put together a working example in IE8 below.
Example on JSBin.
Relevant code
JS Bin
Working in IE8