Home > front end >  Compatible with all browsers video playback?
Compatible with all browsers video playback?

Time:09-19

Read attached code (before the Internet, use them can indeed but only compatible with Google and firefox, IE not compatible, MP4 format), want to ask what method or plug-in can be compatible with all? Best attached code thank you





<meta charset="UTF-8">
<meta name="viewport" content="width=device - width, initial - scale=1.0" & gt;
<meta HTTP - equiv="X - UA - Compatible" content="ie=edge" & gt;
Document


<body>


<script SRC="https://bbs.csdn.net/js/jquery-3.4.1.js" & gt; </script>

<script>
$(' # videoArea). Bind (' contextmenu ', function () {
return false;
});
</script>


CodePudding user response:

Ie 9 to mp4, low version of the flash.

Flash player download, 2 mp4 files are not the same as here
  • Related