5
페이지에 여러 개의 비디오가 있습니다.HTML 비디오에 버퍼링을 추가하는 방법
<div class="row text-center">
<video width="320" height="240" controls class="myvideo">
<source src="http://www.html5videoplayer.net/videos/toystory.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="row text-center">
<video width="320" height="240" controls class="myvideo">
<source src="http://www.html5videoplayer.net/videos/fantasy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
버퍼링 이벤트를 추가하고 싶습니다. 또한 동영상 1을 클릭하면 동영상 2 (재생중인 경우)가 자동으로 중지됩니다. 이것을 어떻게 할 수 있습니까? 그들은 공통된 수업을 가지고 있습니다. 그들과 ID를 구현해야합니까? 비디오에
내가 내 동영상에 로더를 얻을 캔트. –
비디오 로더에 jquery를 추가했습니다. gif를 사용할 수 있습니다. – Simo