HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

Video Player - Part 4

Current Time  00:00 Total Time  00:00

We are always looking for input on our tutorial content. If you have a suggestion, comment, additional information on this topic that you feel should be added, drop us a line. We appreciate your input.

Title: Video Player - Part 4 Category: HTML5

Topic: Project Training Publish Date: 2016-04-17

Views: 188

Author: Mike King

Description

In this chapter we continue to build our HTML5 video player. In the tutorial we add the playtime and the video duration time to the video controller. We continue to work with the properties of the video element of our video controller. The time displays, display the current time and the total duration of the video. We add the new objects to our JavaScript file and create the EventListeners for those new objects. We get into some pretty good JavaScript math functions inside this tutorial, and this knowledge will be useful in many of your own projects as you learn more and more about JavaScript.