Kaltura Client Library - JavaScript

Javascript API example needed

I am looking to convert my current flash only static video player to a Kaltura based player.

Losing my mind with Javascript API

I've tried everything under the sun. I cannot get the javascript APIs to work with my player. For the record, I'm still on version 2.x and I'm using the community edition self hosted.

Media List API call troubles

Hi,

I'm simply trying to get a list and metadata of the currently uploaded media files. (later I will filter, but for now the whole list ~10 videos)
I call the API and get a KS.

Kaltura can work with Internet Explorer 8?

Hi, I'm new in this forum.

SERVICE_FORBIDDEN and v3_services.ct configuration

Although I have successfully made a user registration with the kaltura js lib, when i try to login i had received the SERVICE_FORBIDDEN error "The access to this service is forbidden" on my client app.

Multi video player

This is my Js:

<script type="text/javascript">
        function get(el) {
            return document.getElementById(el);
        }          

Can you upload/add entries through the JS API?

Hello Guys,

First of all, thanks for providing us with this great library.

Reading from Cue points events

I am looking forward to create an startup, and looking for a OVP to do some functions. I have just a pair of questions.

First, is it possible to introduce cue points on the videos?

jsClient/dosignup

when I submit the klc form it says that dosignup is missing, but the form works on http://apis.kaltura.org/kalturaJsClient/kaltura-register.html

any help would be appreciated

addJsListener is not a function???

Have recently run into an error with my code that is stating that ".addJsListener is not a function". Not sure why this is occurring. It was working a few weeks ago.