Cuepoint JS
Cuepoint JS 是一个为 HTML5 视频增加提示点和字幕的插件,几秒就显示一组字幕。它提供一个设置时间的事件,可以用来附加任何元素跳到多媒体第二个提示点。在线演示
使用方法:
$(document).ready(function(){ var slides = {5:"Hello World"} cuepoint.init(slides); cuepoint.play(); });
评论
Cuepoint JS 是一个为 HTML5 视频增加提示点和字幕的插件,几秒就显示一组字幕。它提供一个设置时间的事件,可以用来附加任何元素跳到多媒体第二个提示点。在线演示
使用方法:
$(document).ready(function(){ var slides = {5:"Hello World"} cuepoint.init(slides); cuepoint.play(); });