Hi Team,
Hi Team,
How to play multiple videos in HTML video tag and enables the button once video list completes
I want to play multiple videos in HTML video tag.
Once the all videos get end i want to enable HREF link button for navigation.
Please help me to achieve this.
<video autoplay loop id="bbgVid">
<source src="style/mpVideos/mpv1.mp4" type="video/mp4">
<source src="style/mpVideos/mpv2.mp4" type="video/mp4">
</video>