Answer the question
In order to leave comments, you need to log in
Preloader for video tag
The video is inserted into the page with the code:
<video width="1024" height="768" poster="">
<source src="/anyname.webm" type="video/webm">
<source src="/anyname.mp4" type="video/mp4">
</video>
Answer the question
In order to leave comments, you need to log in
<video preload="auto">
</video>
does what you need. preload="metadata"
In this case, only the video titles are downloaded. You need to look towards the events www.w3schools.com/tags/ref_av_dom.asp of the video tag
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question