advancing..!
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>ytmnd-tv</title>
|
<title>ytmnd-tv</title>
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
*{margin:0;padding:0;width:100%;height:100%;}
|
*{margin:0;padding:0;width:100%;height:100%;}
|
||||||
body{font-size:12px;font-weight:normal;font-style:normal;overflow:hidden;}
|
body{font-size:12px;font-weight:normal;font-style:normal;overflow:hidden;}
|
||||||
@@ -21,6 +22,6 @@ body.tile{background-position: top left; background-repeat: repeat;}
|
|||||||
<script src='js/zoomtext.js'></script>
|
<script src='js/zoomtext.js'></script>
|
||||||
<script src='js/ytmnd.js'></script>
|
<script src='js/ytmnd.js'></script>
|
||||||
<script>
|
<script>
|
||||||
ytmnd.init('alas CarlWinslows Coach directory dnmyt klasky ROY4L typogra'.split(' '))
|
ytmnd.init('alas CarlWinslows Coach directory dnmyt klasky ROY4L typogra'.split(' '))
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
@@ -44,6 +44,11 @@ var ytmnd = (function(){
|
|||||||
loader.ready('init')
|
loader.ready('init')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ytmnd.preload_index = function(index){
|
||||||
|
var site = sites[index]
|
||||||
|
ytmnd.preload(site)
|
||||||
|
}
|
||||||
|
|
||||||
ytmnd.play_index = function(index){
|
ytmnd.play_index = function(index){
|
||||||
var site = sites[index]
|
var site = sites[index]
|
||||||
if (loaded[site.domain]) {
|
if (loaded[site.domain]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user