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.
famfamfam
Hi,
We would like to know more about the KDP and how it is working with jw flv integration.
I guess that KDP is coming or integrated from a JW FLW player, customized for Kaltura.
I have some questions on this issue:
- Could KDP be used with a custom JW FLV player designed for a specific customer?
- Could the Kaltura logo of the KDP be removed, I mean, the logo on the right-bottom side of the KDP player?
We tried to modify some settings with Adobe Flex Builder without success.
Any information about this issue will be wellcome, and help us to understand better the platform.
Many thanks in advance.
You can also change the kaltura watermark editing the uiconf.xml file of your player.
Find the label and change it.
You can remove/change the Kaltura logo of the KDP. You have to download the latest KDP source code and open the project using Adobe Flex.
Open the kdp_skin_aps_v5.css file and find the lines "Button.kalturaLogoLight" and "Button.kalturaLogoDark" .
Edit "icon: Embed(skinClass='Kaltura_icon_light');" and "icon: Embed(skinClass='Kaltura_icon_dark');" For example: "icon: Embed(skinClass='MY_CUSTOM_LOGO.PNG');"
Compile the project.
Now, you have a new kdp_skin_aps_v5.swf with your new logo. Copy this file and replace it in kalturaCE server or edit the skinPath attribute in the label in the uiconf.xml file of your player.
For example: