Pass start time to YT.Player constructor. This is intended to drop a whole round of buffering, but doesn't seem to work yet. Checkpoint.

This commit is contained in:
Ian Gulliver
2015-11-28 22:08:55 -08:00
parent d664e26427
commit 1e75e885ce
2 changed files with 37 additions and 36 deletions

View File

@@ -2,13 +2,13 @@
<head>
<title>FlamingCowTV Player</title>
<link rel="icon" type="image/png" href="/static/icon.png" sizes="192x192">
<link rel="stylesheet" type="text/css" href="static/clicks.css">
<link rel="stylesheet" type="text/css" href="/static/clicks.css">
<script src="https://use.typekit.net/yxd1qqg.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<div id="container" class="clicks-fullscreen-container"></div>
<script src="static/clicks.js"></script>
<script src="/static/clicks.js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
<script>
new Clicks('AIzaSyAoIqzEVYfji5CqdFWu0__8cym3RYOA-Pc', document.getElementById('container'), true, 'UA-70175137-1');