I had a solution to show both .MP4
and .WMV
embedded in the browser. It worked fine in both IE and Chrome, but for some time ago it stopped working in Chrome. Chrome will not show any files (mp4
or wmv
), but it works fine in IE. I googled it, and found several reasons to why Chromes newer version couldn't deal with this, but no solution to my problem.
The solution that worked was <object><embed>
, but this only works in IE now. Then I tried to add the <video>
tag and got it to work with mp4
in Chrome, but not with wmv
.
So, is it anyone that have a solution to embed a wmv file that will run without problems in Chrome?
The requirements is that it should be able to play both MP4
and WMV
files in Chrome and IE.