Skip to content

Instantly share code, notes, and snippets.

@josmera01
Created September 24, 2012 19:53
Show Gist options
  • Save josmera01/3777960 to your computer and use it in GitHub Desktop.
Save josmera01/3777960 to your computer and use it in GitHub Desktop.
El player
<html>
<head>
</head>
<body>
<!-- Player Placement -->
<script src="http://player.ooyala.com/player.js?callback=playerCallback&width=576&height=324&embedCode=wwZHZ4NTrkACpD9vg8CydxGlQ6hmw1DC&videoPcode=xwb3E61RPRZKsB_YQ5acbs1MsdTN&thruParam_caracol-play-auth[token]=<?php print $token ?>&thruParam_caracol-play-auth[authorizationServiceURL]=http://54.243.203.184/metodos/reporte-video.php&thruParam_caracol-play-auth[eventServiceURL]=http://54.243.203.184/prueba.php"></script>
<script type="text/javascript">
function playerCallback(playerId, eventName, eventArgs){
if(eventName == "playbackDenied"){
alert("Noh, oh!");
}
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment