
Flash plugin failed to load
Here is my code:
---------------------------
<html>
<head>
<script src="https://content.jwplatform.com/libraries/vaKO8gH4.js"></script>
</head>
<body>
<div id="container"></div>
<script>
jwplayer("container").setup({
rtmp: "rtmp://localhost:5080/vod",
file: "rtmp://localhost:5080/vod/video.flv",
type: 'flv',
image: "",
flashplayer: "https://ssl.p.jwpcdn.com/player/v/7.7.2/jwplayer.flash.swf"
});
</script>
</body>
</html>
----------------------------
Can anybody help me on this?
Thanks in advance!