HTML5 Video?

I am making a HTML5 application using Javascript as well. 

I want to make buttons that will "jump" to certain time points inside a HTML5 video. 

Can anyone help me find a solution?

Essential I want is the left side of the page to hold my menu buttons. When a button is clicked it will trigger time jump on the HTML5 video on the right side of the page. 

Any guidance will be helpful.

Thanks. 

Check this page out for a good overview of html5 events, here you have a demo of buttons that jump forward and back in time as well as pointing to specific time points in the video, hope it helps!

http://www.w3.org/2010/05/video/mediaevents.html

Cheerz!

That does help.

Thanks!