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 have Flex up and running with KAE and I can successfully compile the project. I have few questions:
1. How to edit the flex code to NOT display upload by youtube metacafe etc ..
2. How to edit the code to NOT display transitions and effects ?
3. How to change the button to "Save and Publish" to "Save"
and more..
We can do CSS and JS but how do we hide these things.
A faster help would be appreciated
Thanks.
Thank you very much ..
All of the above worked.. I have one more problem. What if I want to change the images in the KAE ?
I changed an image buttonclose.png to be of different color and now I compiled the css but the image still shows the same .. any idea on this ?
Does it compile the images along with CSS ? Or is this a flash compiled image system ? Do you have any documentation on that ?
We also modified "with Flex Builder" an existing css, compiling and setting up the new style via the XML.
However the new changes were not updated, new colors were not used.
We let this issue in background, meanwhile we are looking for solutions on other issues.
Well.. changing colors and stuff worked for me. But changing images did not.
I guess what it does is images -> to fla -> to swc ->to compiled css swf
But again, hows to work with it is still a question.
Hi,
The KAE uses standard compiled Flex css files. these are swf files compiled from the css, images and theme swf linked from the css file.
Did you made sure that you load the new compiled skin file and not the old one?
Yes I did. And how did I verify that ?
I changed the text color to something red and along with that I changed the image. After compiling and loading the new styles.swf in the KAE, I could see the text color RED but the button did not change :(
Hi,
You first need to create a new base locale bundle, here is how:
For more info see: Flex 3: Feature Introductions: Runtime Localization.