Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/custom-video-player/

README.md /cody/bradtraversy/vanillawebprojects/custom-video-player/README.md
6 Views
0 Comments
## Custom Video Player

Custom video player using the HTML5 video element and it's JavaScript API with a custom design

## P
css /cody/bradtraversy/vanillawebprojects/custom-video-player/css/
2 Items
  • progress.css
  • style.css
  • img /cody/bradtraversy/vanillawebprojects/custom-video-player/img/
    1 Items
  • poster.png
  • index.html /cody/bradtraversy/vanillawebprojects/custom-video-player/index.html
    3 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, in
    script.js /cody/bradtraversy/vanillawebprojects/custom-video-player/script.js
    3 Views
    0 Comments
    const video = document.getElementById('video');
    const play = document.getElementById('play');
    const stop = document.getElementBy
    videos /cody/bradtraversy/vanillawebprojects/custom-video-player/videos/
    1 Items
  • gone.mp4