Skip to content

Commit

Permalink
Oley
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclleaR committed Aug 20, 2014
1 parent 07b64e4 commit e2d6987
Show file tree
Hide file tree
Showing 15 changed files with 3,720 additions and 39 deletions.
11 changes: 9 additions & 2 deletions iframe.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<!DOCTYPE html>
<html>
<head>

<script type="text/javascript" src="resources/js/videe.js"></script>


</head>
<body>
<div id="videe-player"></div>
<video id="video-player" class="video-js vjs-default-skin vjs-big-play-centered" data-setup='{}'>
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a
href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
</video>

<script language="JavaScript">
function getTokenFromUrl() {
var qs = window.location.toString().split("?")[1];
Expand All @@ -13,7 +20,7 @@
}

(function () {
var vd = new Videe(document.getElementById('videe-player'), getTokenFromUrl(), 'http://wp.dev');
var vd = new Videe(document.getElementById('video-player'), getTokenFromUrl(), 'http://wp.dev');
vd.initWidget();

})();
Expand Down
Loading

0 comments on commit e2d6987

Please sign in to comment.