Skip to content

Instantly share code, notes, and snippets.

@josmera01
Created January 22, 2013 20:52
Show Gist options
  • Save josmera01/4598307 to your computer and use it in GitHub Desktop.
Save josmera01/4598307 to your computer and use it in GitHub Desktop.
Video HTML 5
<!DOCTYPE html>
<html>
<head>
<!-- Load Ooyala Player -->
<script src="https://player.ooyala.com/v3/77d703c5c92d40178ff637e07d647549?platform=html5"></script>
<!-- Load additional custom modules -->
</head>
<body>
<!-- Player Placement -->
<div id='playerwrapper' style='width:480px;height:360px;'></div>
<script type="text/javascript" charset="utf-8">
OO.ready(function() {
var videoPlayer = OO.Player.create('playerwrapper', 't1ZGliODrmDijdMVG1EES5hTDp2aSGzM', {
});
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment