Copyright © 2008 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.
| Project: | Video Player & Playlist Widget |
| Version: | partnerServices2 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Kalturian |
| Status: | closed |
| Total votes: | 0 |
KDP will stop playing after 4 seconds where the overlay text shows.
This video is created by KAE.
Example
video platformvideo managementvideo solutionsfree video player
Comments
#1
Hi millsC,
What version of the kae did you use (can you provide a link ) ?
#2
Here is the link
Client code
Server code, C#
flashVars.Add("subpId", GlobalClass.KalturaSettings.KalturaSubPartnerID);
flashVars.Add("uid", dataKaltura.kSessionUser.UserId);
flashVars.Add("ks", kClient.KS);
flashVars.Add("kshowId", -2);
flashVars.Add("entryId", GlobalClass.appSessions.remixObj.ID);
flashVars.Add("backF", "onEditorBackClick");
flashVars.Add("saveF", "onSEditorSaveClick");
#3
Version 1.0.10 of AdvancedEditor used an old version of freeTransformText overlay.
Changed plugins.xml to use freeTransformText3.
#4
Automatically closed -- issue fixed for two weeks with no activity.