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.
I've got the player to display and work using the Bluemarine theme, but I can't get it to display using Zen themes. Any ideas on where to look to solve this problem?
Hi guys,
I've been having the same problem with my own Zen Theme (v6.x-1.0) and Drupal 6.13.
The page loads, and the player stays black, returning the context menu 'Video not loaded'. I traced it back to the memcached service not being enabled, and thus returning an error when Drupal wants to load a videoplayer:
Further on I changed nothing about the script loading mechanism in the Zen Theme, so I must decide it was not a direct Zen Theme issue in my case.
I decided to still post my experience as it could help others. The only thread possible was this one or his "clone" @ http://www.kaltura.org/getting-player-display-zen-themes.
Kind regards, and kudos to the kaltura developers for creating such an awesome platform and keeping it opensource!!
*Edit*
I decided to shed some light with some Firebug logs:
When trying to load the KDP into the page this is the NET answer:
the same happens when trying to load the thumbnails. You can check the screenshot for more information...
led me to examine the templates. The only thing that's really different is that I had javascripts loading last in my Zen templates. Changing them to load first, loaded the player correctly, (but this is a problem for a separate thread).