Skip to content

Instantly share code, notes, and snippets.

@josmera01
Created January 14, 2013 20:18
Show Gist options
  • Save josmera01/4532998 to your computer and use it in GitHub Desktop.
Save josmera01/4532998 to your computer and use it in GitHub Desktop.
Codigo de play y stop OOYALA
<html>
<head>
<script src='http://player.ooyala.com/v3/a986331728534eb7b17b1b777bc8197b'></script>
</head>
<body>
<div id='playerwrapper' style='width:480px;height:360px;'></div>
<script>
<?php $token = 'aja' ?>
var videoPlayer = OO.Player.create('playerwrapper','wwZHZ4NTrkACpD9vg8CydxGlQ6hmw1DC',
{
'caracol-play-auth':{token: 'hola'},
'caracol-play-auth':{authorizationServiceURL: 'http://test.com/ooyala/ok.php'},
'caracol-play-auth':{eventServiceURL: 'http://envivoppv.golcaracol.com/metodos/stop.php'}
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment