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

playing video file


i need to play a video on youtube with jw player format . what to do?

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

You can simply use a basic player embed and place the YouTube URL as the file parameter. Please see the following sample code:

var playerInstance = jwplayer(‘myElement’);playerInstance.setup({file: “www.youtube.com/video”,

Randy

This question has received the maximum number of answers.