/html5-video-player

:clipboard: Create video player in html5, Wes Bos Javascript30 tutorial

Primary LanguageCSS

⚡ Javascript HTML5 Video Player

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

  • Tutorial Code to play video in HTML.

📷 Screenshots

Example screenshot.

📶 Technologies

💾 Setup

  • Open index.html in browser. If any code is changed the browser needs to be refreshed.

💻 Code Examples

  • function to show play or pause button.
function updateButton() {
  console.log('update play/pause button');
  const icon = this.paused? '►' : '❚ ❚';
  toggle.textContent = icon;
}

🆒 Features

  • Controls for video volume and play-back speed.

📋 Status & To-Do List

  • Status: Working.
  • To-Do: Could add labels for video volume and play-back speed.

👏 Inspiration

📁 License

  • N/A

✉️ Contact