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 creating a set of custom skins for the KSE, I'm in the process of defining the UIConf file. The approach I am taking add a new entry in the UIConf database table with a unique id range of between 7000 and 7010 and generate a custom xml conf file based on 603.
/web/content/uiconf/kaltura/drupal/se_drupal.xml will become
/web/content/uiconf/shotclip/drupal.sc_se_drupal.xml etc
My question relates to the location of the welcome message, which can be found at
http://www.myKalturaCE.com/swf/simpleeditwelcome.swf
which is actually
http://www.myKalturaCE.com/kaltura/alpha/web/OLD_PATHS/web/swf/ on the CE server.
Is there a reason that the welcome message needs to be in this location? I'd prefer to locate it in the same folder as the conf.xml and the skins files.
Al