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 am working with Adobe Flex Builder 3 and have the latest copy of the KCW_v1.5.2 source.
All i want to do is slightly adjust some of the wording, so i have edited ImportBrowser.properties and MediaProviders.properties accordingly.
I have already run copylocale to initialize the us_EN_kaltura locale.
Then I save and build the project. When that is done, i run the supplied buildResourceModules.bat which successfully produces a file ( en_US_ContributionWizard.swf ).
I then upload this file to my server, and in my kcw.xml config, I change the localeUrl to point to the new swf i just made.
I know my config is correct, because the locale file that comes with the kcw source always puts the word "From" in front of the mediaprovider names. If I switch it back to the "default" locale swf that comes with kalturaCE the "From" does not show up.
My problem is, no matter what i change in the Flex project locale files, after i build and upload the swf, it never changes what shows up in the KCW. As far as i can tell, I am not building the new swf correctly. Can anyone help me understand why i cannot change the locale information in my flex project?
You're exactly right. I am pretty sure I have done everything you listed above, including editing the bat file to include the new locale, so that it doesn't fail.
I'm gonna go through the steps again and see if I missed anything, but,
In Flex Builder do i need to export the project or anything? Or do i just save the project?
Right now i am just doing "build automatically", saving the changes to my property files and then running the .bat file. The mxmlc binary directory is in my path.
tia.
You can do "Project" --> "Clean" (from Project menu). It will delete temporary files and rebuild your project. Then run the .bat file.
Good luck
Hi sbussetti.
I suppose that your have edited the locale/en_EN_kaltura files (*.properties files).
Have you edited the buildResourceModules.bat? You have to change "-locale=en_US" to "-locale=en_EN_kaltura" (your generated locale). Edit and run the .bat file, now you will have a new file "en_EN_ContributionWizard.swf". Upload this file to yout server, and change the localeUrl to point this file in your kcw.xml config.