Video Player not shown in MS Edge browser
Permalink
I'm using the video player block in our concrete5 v5.6.3.1 site. The player works fine in Chrome Version 44.0.2403.155 m and IE11, but is not shown in MS Edge browser in Windows 10. Is it an html5 issue?
I can edit the block in MS Edge, but in Preview or after publishing the block is not displayed on the page (just a blank area).
Any ideas? I can't find any reference to Edge issues of this sort in a google search, at least as f earlier today.
Thanks!
I can edit the block in MS Edge, but in Preview or after publishing the block is not displayed on the page (just a blank area).
Any ideas? I can't find any reference to Edge issues of this sort in a google search, at least as f earlier today.
Thanks!
<video controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Hope this helps someone else, before they freak out (like I did) ;-)