Mercurial > hg > nodescore
comparison www/m/js/nodescore-client.js @ 31:e4d2a8eb1450
widescreen style aspect ratio
for music
still sttuggling with memory leak releated to stop in transport controls
author | tzara <rc-web@kiben.net> |
---|---|
date | Thu, 16 Aug 2012 07:17:03 +0000 |
parents | ea19684cd1db |
children | c4719d1b7633 |
comparison
equal
deleted
inserted
replaced
29:ea19684cd1db | 31:e4d2a8eb1450 |
---|---|
105 function pageTurnB(unit) { | 105 function pageTurnB(unit) { |
106 var units=6; | 106 var units=6; |
107 var next=(((unit+1)%units)+units)%units | 107 var next=(((unit+1)%units)+units)%units |
108 console.log("HOP TURN" + unit+ "next:" + next); | 108 console.log("HOP TURN" + unit+ "next:" + next); |
109 $("#live").load("music.html #"+unit +" *"); | 109 $("#live").load("music.html #"+unit +" *"); |
110 $("#preview").html("<h3 style='background:transparent; position: absolute; bottom:14px; right:14px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='320'>") | 110 $("#preview").html("<h3 style='background:transparent; position: absolute; bottom:14px; right:14px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='400'>") |
111 } | 111 } |
112 | 112 |
113 //////////////////////////////////////////////// | 113 //////////////////////////////////////////////// |
114 | 114 |
115 /* | 115 /* |