Trying to play first video using jwplayer from jwplayer hosting
I load the jwplayer .js: //content.jwplatform.com/libraries/D1gEzyBw.js
and now I want to play a file I uploaded on your site
jwplayer('arc').setup({
file: '3XmZXlU0'
})
But of course file needs to be full http url.
What is that full http url for me to play a video using your .js player?
Ex: http://cekvenich.paperplane.io/post/asites
You show example of doing it once in an iframe - but not using your .js player. Also you show how to play external video.
(I plan to have many videos shown on same page)
Help.