
playing video file
i need to play a video on youtube with jw player format . what to do?
i need to play a video on youtube with jw player format . what to do?
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