怎么判斷視頻是否全下加載完成?網(wǎng)頁有三個(gè)比較大的視頻,每次刷新會導(dǎo)致非??D,有什么辦法可以解決嗎?百度搜了好久也沒有找到合適的解決辦法,求大神給個(gè)思路,謝謝! <div class="row m5-video"> <div class="col-xs-12 col-sm-12 col-md-12"> <p class="anviz-sub-title anviz-content-center">M5 安裝視頻</p> <div class="anviz-content anviz-content-center anviz-video-warning">請?jiān)趙ifi環(huán)境下觀看此視頻<span class="anviz-m5-video-size"> 142.1M</span></div> <video id="m5Warning" class="video-js" poster="img/video_bg/2.png" preload controls autobuffer style="width: 100%;height: auto;"> <source src="video/m5.mp4" type="video/mp4"></source> <object data="video/m5.mp4" width="100%" height="auto"> <embed src="video/m5.mp4" width="100%" height="auto"></embed> </object> </video> </div> </div>這是我放在html中的視頻。
怎么判斷視頻是否全下加載完成?
狐的傳說
2018-12-19 17:13:35