<video id="MyVideo" src=""><video>
Event
-----------------------------------------
$("#MyVideo").play(function() {
});
-----------------------------------------
$("#MyVideo").pause(function() {
});
-----------------------------------------
$("#MyVideo").stop(function() {
});
-----------------------------------------
$("#MyVideo").filename("/test/test.mp4");
-----------------------------------------
$("#MyVideo").setvolume("50%");
-----------------------------------------
$("#MyVideo").seek(hour,min,sec);
$("#MyVideo").seek(1,30,10);
-----------------------------------------