var body = document.body; body.className += " u-body u-xl-mode"; body.style.cssText += " "; var dataBg = ''; if (dataBg) { body.setAttribute('data-bg', dataBg); } Report - Yeji young people's training - Ghana ( 14-16 July 2023) Your browser does not support the video tag. Play Video document.addEventListener('DOMContentLoaded', () => { const video = document.getElementById('myVideo'); const playButton = document.getElementById('playButton'); playButton.addEventListener('click', function () { if (video.getAttribute('data-loaded') === 'false') { // Update actual src from data-src video.querySelectorAll('source').forEach(source => { source.src = source.getAttribute('data-src'); }); video.load(); // load sources const playPromise = video.play(); if (playPromise !== undefined) { playPromise .catch(error => { console.log("Autoplay blocked, user must tap again", error); }) .then(() => { console.log("Video is playing."); // Show native controls once it’s playing video.controls = true; }); } video.setAttribute('data-loaded', 'true'); } else { // If the video was already loaded, just play it video.play(); } }); }); Back to the top Previous Page function goTop() { document.documentElement.scrollTop = 0; // Scroll to the top of the page } function goBack() { window.history.back(); // Navigate to the previous page } 88