Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
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.
I'm having exactly the same issue when loading the player using Ajax.
The error occurs in the following code:
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