基本上我想要做的是让视频在完成播放后重定向到不同的网页(非常类似于 YouTube 用于播放列表的内容)。在提出此类问题之前,我曾尝试进行一些研究,但似乎对我来说没有任何效果。
这是代码:
<video id="example_video_1" class="video-js vjs-default-skin"
controls preload="auto" width="854" height="480"
poster="images/thumbnailbackgrounds/AE-DageSide.jpg"
data-setup='{"example_option":true}'>
<source src="files/Clip1.mp4" type='video/mp4' />
</video>