Adding a loader image to HTML5 video

Developer
Size
1,965 Kb
Views
36,432

How do I make an adding a loader image to html5 video?

I found this here: http://stackoverflow.com/questions/8230748/how-to-add-loader-image-to-html5-video With JSfiddle here: http://jsfiddle.net/jamie_505/9fxz4eup/2/. What is a adding a loader image to html5 video? How do you make a adding a loader image to html5 video? This script and codes were developed by Ken Smith on 04 November 2022, Friday.

Adding a loader image to HTML5 video Previews

Adding a loader image to HTML5 video - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Adding a loader image to HTML5 video</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <body> <div style="text-align:center"> <br> <video id="video1" height="250" preload="auto" controls> <source src="http://kennethbsmith.com/bonus/video/vkbs/111213kbs-short.webmhd.webm" type="video/webm">
<source src="http://kennethbsmith.com/bonus/video/vbroughton/051814broughton-short02.mp4" type="video/mp4"> Your browser does not support HTML5 video. </video> </div>
</body> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Adding a loader image to HTML5 video - Script Codes CSS Codes

video.bkg { background: black
}

Adding a loader image to HTML5 video - Script Codes JS Codes

$('#video1').on('loadstart', function (event) { $(this).addClass('bkg'); $(this).attr("poster", "http://iphonewrd.com/img/loading.gif");
});
$('#video1').on('canplay', function (event) { $(this).removeClass('bkg'); $(this).removeAttr("poster");
});
Adding a loader image to HTML5 video - Script Codes
Adding a loader image to HTML5 video - Script Codes
Home Page Home
Developer Ken Smith
Username kensmith
Uploaded November 04, 2022
Rating 3
Size 1,965 Kb
Views 36,432
Do you need developer help for Adding a loader image to HTML5 video?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ken Smith (kensmith) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!