Progress Bar - Video HTML 5

Progress Bar - Video HTML 5

How to make the video progress bar (progress bar) in HTML5 and jQuery? I already have the layout of the player and the basic commands, but lacks a progress bar...


  1. $("#playerplay").click( function() {
        $("#nomedogame8").trigger('play');
    });
    $("#playerstop").click( function() {
        $("#nomedogame8").trigger('pause');
    });