Skip to content

Instantly share code, notes, and snippets.

@josmera01
Created September 11, 2013 02:57
Show Gist options
  • Save josmera01/6518831 to your computer and use it in GitHub Desktop.
Save josmera01/6518831 to your computer and use it in GitHub Desktop.
Mire en la linea 5 y la linea 19 muestra que están imprimiendo mal el video.
Mundial:
<script>
var videoPlayer = OO.Player.create(
"ooyala-container-1378867260", => ID Player
"D27CDB6E-AE6D-11cf-96B8-444553540000", => ID video esta mal
{
"height":648,
"width":778,
"enableChannels"
true,"ooyalaPlayerId":"56ded8e8143473ca78c1843cbdfd8d9","wmode":"transparent","onCreate":Drupal.ooyala.onCreate});
</script>
Caracolplay:
OO.ready(function() {
video = OO.Player.create(
'playerV3Container', => ID
'gxMTMwZDplniO96Gio9mKyknkf1lxyeT', => ID video
{
wmode: 'transparent',
'caracol-play-auth':{authorizationServiceURL: 'http://'+url+'/play-ws-videos/registrar-play', token: tokenPlay},
embedToken : 'http://player.ooyala.com/sas/embed_token/10eDUxOqZE4hTiwSE5OhKDj8TmjA/gxMTMwZDplniO96Gio9mKyknkf1lxyeT?api_key=10eDUxOqZE4hTiwSE5OhKDj8TmjA.jF2Gc&expires=1378871245&signature=4cWWdns9fokel0ZnGU0xp1P%2Fe598FVKKlSAJB335S0I',
autoplay: 0,
onCreate: function(player) {
player.mb.subscribe('played','video-player', function(eventName) {
OO.$('.mensaje-video').show();
});
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment