
Flash Plugin Failed to Load
JWPlayer doesn't work in Edge, when clicking play it always shows "Flash Plugin Failed to Load". It works fine in Chrome. Found this old thread and it seems an old bug:
https://support.jwplayer.com/customer/portal/questions/16155028-flash-plugin-failed-to-load
And wasn't fixed yet, is this a joke?
Code is simple:
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\"
\"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">
<html version=\"-//W3C//DTD XHTML 1.1//EN\"
xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\"
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
xsi:schemaLocation=\"http://www.w3.org/1999/xhtml
http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd\"
>
<head>
<link rel=\"shortcut icon\" href=\"/HIDDEN.ico\" />
<title>x0r's super stream</title>
<script type=\"text/javascript\" src=\"jwplayer/jwplayer.js\" ></script>
<script>jwplayer.key=\"HIDDEN==\";</script>
<style type=\"text/css\">
body {background-color:#000000;}
#my-video {position: fixed;}
</style>
</head>
<body>
<div id=\"my-video\"></div>
<script type=\"text/javascript\">
jwplayer(\"my-video\").setup(
{
file: \"rtmp://HIDDEN\",
image: \"stream.gif\",
width: 960,
height: 540
}
);
</script>
</body>
</html>