KDP 3 javascript error in IE

1 reply [Last post]
Joined: 05/14/2009
Points: 69

I am trying to upgrade the KDP to KDP v3. I found there are KDP 3 javascript errors in IE, but no problem in Firefox or Chrome. The seek funcion doesn't work in IE. I guess the javascript errors break it.

You can see the error at http://www.kaltura.org/demos/kdp3/kdp3.html

Any advice? Thanks.

Joined: 05/18/2010
Points: 1

I'm having exactly the same issue when loading the player using Ajax.

The error occurs in the following code:

function __flash__addCallback(instance, name) {
  instance[name] = function () {
    return eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>"));
  }
}

My understanding is that the above code is part of the Flash plugin integration with the browser, and this particular error occurs when the the Flash object creates an External callback to a reserved keyword like 'play'. See http://vimeo.com/forums/topic:15950.

Could someone from Kaltura confirm that this is being looked at? The original post was made a few days ago now.

Rich