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
Hi,
I have downloaded kcw_v1.5.2. I am interested to set-up the environement.
Let me know, how to proceed for this.
Thanks
Hi,
I am experiencing problems trying to run your project under Flex Builder 3.
When I push the Run ContributionWizard button (one green with an arrow), it stops saying the project has problemas and should not be run:
'unable to open '/Applications/Adobe Flex Builder 3/sdks/3.2.0/framewords/locale/en_US_kaltura'
What's the matter ? I must tell you that I have never used "Flex Builder" and I am completly stupid about Flex/Flash or Adobe, which I really hate.
Hi yonailo,
What you are experiencing is Flex Framework's need of locale copy.
Please read this thread to understand how to set up the new locale copy and further information regarding Flex Builder Locale.
If you do in fact hate Flex so much and don't want to "get dirty", why then are you trying to set up the environment ?
Is there something you need help with ?
Well, we would like to add other options, but don't ask me what options because I don't have it clear right now :)
Thanks!
Hi yonailo,
when the KCW first loads it looks for a configuration file on the server, the default location for this file is:
http://www.kaltura.com/index.php/partnerservices2/getuiconf
You can modify the domain from within the flashvars, like so:
&host=localhost
This way the KCW will look for configuration file in:
http://localhost/index.php/partnerservices2/getuiconf
You can use the attached dummy php file or install the full Kaltura open-source server edition to continue.
To modify the Flashvars from inside the Flex Builder, open the ContributionWizard project, go to "html-template/index.template.html", look for Flashvars and then add this line:
'&host=localhost' +
| Attachment | Size |
|---|---|
| index.php_.txt | 11.47 KB |
I have followed your suggestions and I have dropped the file 'index.php' in the root folder of my server, which has IP 192.168.1.2.
I have also added host=192.168.1.2 to the flashvars.
But now I am getting the following screen:
I don't want to get so dirty with this, what I do really need to do it to remove the comercial banner that shows up at the end of the uploading, I have located the file in 'ContributionWizard > assets > banner_home_movie_depot.png'
If you could make a release of KCW without this banner (or making it configurable from an XML file, for example), I would not need to hit my head against my working table and screaming as I am doing now (just kidding).
Sorry, but I can't see any of the screen shots in this post?
There is a another way to eliminate the banner, modifying the styles.swf
You can add this to the style.css and compile it (make sure that you have empty_pixel.png in the right location)
.bannerHomeMovieDepot
{
skin: Embed("../assets/empty_pixel.png");
background-alpha:0;
}
I've attaches a pre-compiled style.swf that hides the banner. (remove the .txt extension)
The uiconf.xml needs to point to the styles.swf location. In your case you should probably place it in the same directory along with ContributionWizard.swf and point the uiconf.xml like this, (look for it inside the dummy php file)
styles.swf
P.S. In the upcoming release (2.0) this banner is inexistent.
| Attachment | Size |
|---|---|
| styles.swf_.txt | 81.41 KB |
Hi,
Thanks for using Kaltura. Please read the KCW Integration Guide.