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

How to Use in html page


I want to embeded Jwplayer in my website http://webtechnosystem.com/dating/
only player not video content and fetch video content from my server for various users i need various videos,so video content is not fixed.
what i need is a video player which can play most video formats.
from your website "https://support.jwplayer.com/customer/portal/articles/1406723#fndtn-advanced" i got know to use this code

<div id="myElement"></div>
<script type="text/JavaScript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
"playlist": https://content.jwplatform.com/feeds/ioPpI637.json
});
</script>

///////////////////////////////////

Please help me to find out how to embedded Jwplayer in HTML webpage and fetch video content from my server

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

Please be advised that JW Player does not provide any custom development and any modification to sample code would have to be executed by your developer.

You can check out this link to see an example of a basic embed of the player.

This question has received the maximum number of answers.