【发布时间】:2013-10-07 16:15:52
【问题描述】:
我们如何使用 video.js 做到这一点我最初的想法是我们可以在视频结束时触发播放。
伪代码
for (int i = number_of_times_to_loop, i>=0, i--) {
see if the timer of the video reached the end {
trigger play from start
}
}
【问题讨论】:
标签: html5-video video.js