HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

Video Player - Part 2

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 2 Category: HTML5

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

Views: 203

Author: Mike King

Description

In this tutorial we continue to build our HTML5 video player. We discuss the media element and the API that is available in the new video element. We discuss and demonstrate how we can use JavaScript to access the API to access the media elements properties. We create our play button and then create the JavaScript file that will contain all the functions for our video player. We attach the JavaScript file to our HTML file and test our new functionality.