Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

executable file
·
23 lines (16 loc) · 511 Bytes

JS-VIDEO

A super simple HTML5 video player

How

To use, include the javascript in the bottom of your HTML :

    <script src="video.js"> </script>
    <script>
        var display = document.getElementById('display');
        upVideo.setup(display);
        upVideo.loadVideo('trailer_400p');
    </script>

Above example inserts video player into an empty DIV with the id "display"

More

More documentation will be added when things are working more consistently.