thisPlayer gives you the cool opportunity to have your own player with own styling and functionality in very short time!
You'll need just few minutes to get know the documentation, realise it and generate the player you need with functions and style which matches to your requirements. See an example of very quick setup of thisPlayer video below:
Include thisPlayer.js while your <body> tag ends:
<script type="text/javascript" src="/js/thisPlayer.js"></script>
Your HTML element for thisPlayer:
<div id="player-container"></div>
And very short JS setup for thisPlayer
var tp = thisPlayer({
container: '#player-container',
resources: '/your-folder/your-video.mp4'
});
And there you go! You have a cool player by that shortest code above.
The result looks like:
Can you believe how simple is it? to generate a cool player in 2 lines of the code. But it is not everything, thisPlayer do have much more amazing functions, goodies etc and everything is very easy to do. it does not matters are you technical or not. its just about copy/paste the code. Now take a look on rest of the documentation, get it know, realise, squeeze your brain just little bit and go ahead with your new player for your project to make it even cool! ENJOY!!!
