Skip to content

halfd/js-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple HTML5 video player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published