Created
January 22, 2013 20:52
-
-
Save josmera01/4598307 to your computer and use it in GitHub Desktop.
Video HTML 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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