simple Editor in drupal

3 replies [Last post]
Joined: 05/27/2009
Points: 2

I created a site using drupal and by using drupal kaltura module, i am able to upload and play the video

How I can install simple editor in my site

any workaround?

thanks in advance

Joined: 02/22/2009
Points: 38

Hi mca_kkchaitanya,
The simple editor is already built in the drupal kaltura module so you don't need to do anything else to integrate it. are you perhaps referring to the advance editor?

Joined: 05/27/2009
Points: 2

hi I want to build the simpleeditor solution in the flex 3 and understand the flow of the simpleeditor

thanks for your reply..
Okay let me explain in detail..
I have downloaded the simpleeditor flex code from the kaltura site.
I also have the kaltura client php classes .
Now i was able to create php files that would successfully load the simple editor from kaltura site.
I compiled the kaltura simple editor and want to use the local kaltura simple editor and generate the same in php.
I have changed the swf url to my local simple editor and tried to load the same page.
Here is the error i got
LoadKalturaKShowCommand ==> fault: Unknown kshow [entry-gtyufnczts].
I understand the the value entry-gtyufnczts is the entryid.
but i am not able to apprehend whats the mistake.

Joined: 02/22/2009
Points: 38

entry 'gtyufnczts' looks like a genuine roughcut but why do you try to load the editor with a kshow?
ditch the kshow parameter completely (it's not necessary) and just pass an entryId=gtyufnczts to your editor using flashvars. if the entry is a roughcut then it's more than enough to get the editor working.
if it's still not working post a link with your editor and I'll have a look.