Copyright © 2012 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 copied the source HTML object and param tags out of KMC, and pasted into my HTML.
I then changed userId= sessionId= and close=
And removed host=, as it was marked deprecated in the Wiki.
it worked fine, the video appears in the KMC, and has status Converted...
Except that on the browser, I'm seeing this forever (well, for several hours):
http://6112northwolcott.com/kcw_processing.png
I have confirmed that my "close=" function is not being called, by tossing a couple alert() in it, first and last.
My HTML looks like:
<param value="all" name="allownetworking">
<param value="#DBE3E9" name="bgcolor">
<param value="high" name="quality">
<param value="cdnhost=cdnbakmi.kaltura.com&userId=richard.lynch&partnerid=######&subPartnerId=########&sessionId=######################===&devFlag=true&entryId=-1&kshow_id=-1&close=rasvid_uploader_close&quick_edit=0&kvar_conversionQuality=476921" name="flashvars">
</object>
</div>
</div>
The HTML validates, before and after javascript.
Firebug shows no errors.
What have I done wrong?
Hi Richard,
Try to update the uiconf node => singleContribution to false, and then you will have another screen,
you took the embed from where a further js implementation exists that listen to the KCW complete event and force close of the window, you can do that as well, but most common use is setting the uiconf singleContribution node to false, then you will have a finish screen right after upload is done.
Boaz
I added singleContribution=1 to the flashvars, and that did the trick.
lovely.
Oh yeah, I ripped out terms_of_use because all users are employee/staff who already signed contracts and we have TOU on the page before they login.
Pretty certain it's not relevant, but ya never know...