Files
2015-09-22 13:58:57 -04:00

69 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Oculus Connect: Building the First Rift Development Kit &amp;lt; Averbach Transcription</title>
<link rel="stylesheet" type="text/css" href="/main.min.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="/scripts.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56938321-1', 'auto');
ga('send', 'pageview');
</script>
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie.css"><![endif]-->
</head>
<body>
<div id="browsercompatibility">
Unfortunately your current browser is not yet supported by this website. Please visit this website using <a href="http://www.google.com/chrome">Google Chrome</a>, <a href="https://www.mozilla.org/firefox">Mozilla Firefox</a>, or <a href="https://www.apple.com/safari/">Apple Safari</a>.
</div>
<div id="persistent">
<a href="/"><img id="logo" src="/averbach-logo-grey.png"></a>
<div id="thevideo">
<video controls id="videoelement" preload webkit-playsinline></video>
<h3 id="statusid" style="max-width:320px; margin:auto"></h3>
</div><!--thevideo-->
<p id="heading">Oculus Connect: Building the First Rift Development Kit</p>
</div><!--persistent-->
<div id="source-transcript" class="transcript" style= "max-height:1800px;">
</div><!--source-transcript-->
<script type="text/javascript">
$(window).ready( function(){
$("#statusid").html("Loading...... ");
startTranscriptionService(
{
videoelementID : "videoelement",
transcriptContainerID : "source-transcript",
video : [
{ vi : "//video.avt.io/Oculus-Connect-Building-the-First-Rift-Development-Kit.webmsd.webm" , type : "video/webm" },
{ vi : "//video.avt.io/Oculus-Connect-Building-the-First-Rift-Development-Kit.mp4" , type : "video/mp4" } ],
transcript : "/transcripts/Oculus-Connect-Building-the-First-Rift-Development-Kit.htm"
},
function(){
$("#statusid").html("");
});
});
</script>
</body>
</html>