Notice: Undefined variable: subf in /home/virtwww/w_discomixes-ru_349a89b9/http/forum/templates/InvisionExBB/printpage.tpl on line 2 Youtube Html5 Video Player Codepen Access
www.discomixes.ru >  >  (Albums & Singles in lossles) > MUSIC in LOSSLESS

(12): « ... 4 5 6 7 8 [9] 10 11 12 »
 

Youtube Html5 Video Player Codepen Access

const video = document.getElementById('myVideo'); const playPauseBtn = document.getElementById('playPauseBtn'); const progressContainer = document.querySelector('.progress-container'); const progressBar = document.getElementById('progressBar'); const timeDisplay = document.getElementById('timeDisplay'); const volumeSlider = document.getElementById('volumeSlider'); const muteBtn = document.getElementById('muteBtn'); const speedSelect = document.getElementById('speedSelect'); const fullscreenBtn = document.getElementById('fullscreenBtn'); // Play/Pause function togglePlay() if (video.paused) video.play(); playPauseBtn.textContent = '⏸'; else video.pause(); playPauseBtn.textContent = '▶';

.progress-bar width: 0%; height: 100%; background: #f00; border-radius: 5px; youtube html5 video player codepen

);

.progress-container flex: 1; background: #444; height: 6px; border-radius: 5px; cursor: pointer; position: relative; const video = document

playPauseBtn.addEventListener('click', togglePlay); video.addEventListener('click', togglePlay); const video = document.getElementById('myVideo')

const formatTime = (seconds) => const mins = Math.floor(seconds / 60); const secs = Math.floor(seconds % 60); return $mins:$secs < 10 ? '0' : ''$secs ; ; timeDisplay.textContent = $formatTime(video.currentTime) / $formatTime(video.duration) ; );

youtube html5 video player codepen
Powered by ExBB
ExBB FM 1.0 RC1 by TvoyWeb.ru
InvisionExBB Style converted by Markus

[Script Execution time: 0.0371]     [ Gzipped ]