Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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!

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

Does this setup work if you completely remove the flashplayer option from your setup? Unless you are specifically setting your own custom flash player, you don’t need to set that option as that player will automatically load the required resources from our CDN.

Please let me know. Thanks.

This question has received the maximum number of answers.