UI work, starting to integrate speeds into video player

This commit is contained in:
Piotr Mitros
2011-12-21 23:45:02 -05:00
parent 43743df49c
commit 340cea91d1
22 changed files with 1207 additions and 3 deletions

View File

@@ -180,6 +180,7 @@ function updateytplayerInfo() {
// functions for the api calls
function loadNewVideo(id, startSeconds) {
captions={"start":[0],"end":[0],"text":["Attempting to load captions..."]};
$.getJSON("/static/subs/"+id+".srt.sjson", function(data) {
captions=data;
});