Popcorn functionality can be accessed entirely from JavaScript or it can enhance HTML content.
Let's try the latter and as a precursor, embed video in our page.
Note 1 : the use of types - used to explicitly tell the browser the file format. You can probably get away with not using these and actually you can be more detailed but I think this is a happy medium.
Note 2 : the controls attribute, which adds controls to the player, otherwise how would we play it? Yup, with JavaScript - that's right, but that's another story.
OK with this example in mind create a video player using HTML.
You can use:
Feel free to use your own resources.