Skip to content

Instantly share code, notes, and snippets.

@maracuja
maracuja / ooyala.js
Created December 10, 2013 14:16
This is for when I have to come back and integrate custom analytics into my ooyala player
var debug = {};
OO.ready(function() {
OO.Player.create(
'ooyalaplayer',
'{{ request.GET.ocid }}',
{
"enableChannels": true,
"wmode" : "transparent",
onCreate: function(player) {