Cuepoint JS: Subtitles HTML5 Video Player

cuepoint js

Cuepoint.js is an open source plugin for adding cue-points and subtitles to your HTML5 video. You're free to use it for whatever you want. Take a look at the source code of this page for an example of how to use it.

How to use

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

$('a').click(function(){
cuepoint.setTime(60);
});



Website: http://cuepoint.org/
Download: https://github.com/owainlewis/cuepoint
 
SPONSOR RECOGNITION

Search Box

Latest Resources

caroufredsel CarouFredSel is a free circular, responsive jQuery carousel that turns any kind of HTML element into a...
scrolls-image-gallery This is a PHP and jQuery image gallery developed by tympanus called Fresh Sliding Thumbnails...
jquery-circular-plugins There is many great jQuery circular plugin that help you to create beautiful circular switches like volume...
joomla-admin-tool A professional admin tool like wordpress admin panel for joomla 2.5+ called JSN PowerAdmin developed by...
joomla-testimonials Today, Joomlavisually review a free extension that you will be able to add a page with testimonials and...
html5-joomla-contact-form This is free visual joomla contact form module based on html5 and css3 developed by www.nsdh.nl called JIH...
k2-extra-fields-checkbox Sometime we need MultiSelect with Checkbox if you are using Joomla K2, but K2 missing this functions, now...
joomla-social-counters In this post, Joomlavisually will gather free extensions including modules and plugins that will help you...
maintenance-mode Top Free Under Construction (Coming Soon) WordPress Themes is the way to put your blog to offline mode for...
crafted-timelines Timeline is also great for pulling in media from different sources. It has built in support for pulling in...

About & Suggest

joomlavisually.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries. If you want to avail this great opportunity to write for us, please contact at joomlavisually[@]gmail.com.
Copyright © 2008 - 2012 Design by Joomla Visually, All Rights Reserved.