-
-
Save ph3nx/9228471 to your computer and use it in GitHub Desktop.
| <!-- JW Player Library --> | |
| <script src="http://jwpsrv.com/library/MCK8hplLEeOY0CIACmOLpg.js"></script> | |
| <!-- div for the player --> | |
| <div id='playerKXSDPIwKERSv'></div> | |
| <!-- Script to display video file in the player div --> | |
| <script type='text/javascript'> | |
| jwplayer('playerKXSDPIwKERSv').setup({ | |
| // URL to the video file | |
| file: 'http://dl.dropboxusercontent.com/s/mbzd7oe5yl11jjb/turcon.mp4', | |
| // URL to the image that should be shown before the video is started | |
| image: 'http://img22.myimg.de/tssbgc4e50.png', | |
| title: 'Turcon', | |
| width: '100%', | |
| aspectratio: '16:9' | |
| }); | |
| </script> |
Don't forget to add the licence key after the library :
<script>jwplayer.key=" YOUR KEY ";</script>hello i want to know about the file movies, i want put my friend link at my web.. can i do that? if can, where i can put the script?
Example file: 'http://dl.dropboxusercontent.com/s/mbzd7oe5yl11jjb/turcon.mp4', .... i must change into ? because i just want to make it url for a while, so not make it my hosting so heavy.. please help me, because almost 1 month i cannot use jw player at my web.. thanks before .. regrads
A couple quick questions....
playerKXSDPIwKERSv <-- where does this come from or is it just something I make up?
// URL to the video file
file: 'http://dl.dropboxusercontent.com/s/mbzd7oe5yl11jjb/turcon.mp4',
I CANNOT FIND WHERE THIS COMES FROM? Running nginx on a ubuntu server - if I have these two questions answered, it would be GREATLY appreciated!
i need jwplayer play with openload video
Thanks for your snippet. I helped me!