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
Is there a way I can make it so the video starts play as soon as the full node view loads? I want it so that when you click on the thumbnail, it goes to the node and start playing the video right away so the user doesn't have to click yet again to start play.
Thanks!
The correct way to do it will be - overriding the theme function of the entryId field.
you can find the function in file:
plugins/node_kaltura_entry/node_kaltura_entry.module
what you want to do is add the following to the returned tag
so your returned tag will be changed from:
to:
how to override drupal theme function:
http://drupal.org/node/55126
hope that helps,
Gonen.
Sorry the server gave an error so I posted this twice by accident
Is there a way I can make it so the video starts play as soon as the full node view loads? I want it so that when you click on the thumbnail, it goes to the node and start playing the video right away so the user doesn't have to click yet again to start play.
Thanks!