Cuepoint.js - Adding Cue-Points & Subtitles To HTML5 Video
Cuepoint.js is an open source jQuery plugin for adding subtitles to your HTML5 video. To implement this plugin is pretty simple. Simply pass in an object containing your slides to the cuepoint.init method.
The time is in seconds.
$(document).ready(function(){ var slides = {5:"Hello World"} cuepoint.init(slides); cuepoint.play(); });
If you want to create skip to links you can use the setTime(seconds) method and bind it to a jQuery click event.
Requirements: jQuery Framework
Demo: http://cuepoint.org
License: Other License
1 Comment
George
10.24.2011
This is a very nice plugin. It demonstrates the new use of this Jquery with HTML5. Thanks for sharing.
George´s last blog ..Talk to Your Heart’s content, Subscribe to NET 10 Advantages
There are no trackbacks to display at this time.