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
hello,
i am making a static html interface (full screen) for few hundred videos (h.264 encoded .mov) located on the external hard disk. the .mov files are directly linked to the html page (thumbnails) so that user can click and play the video using Kaltura player. my questions are,
1. how can i configure kaltura, so that, on clicking the movie thumbnail link, the player opens as a pop-up window and plays the video
if yes,
2. how do i make the player to open in full screen by default
3. how can i make the controllers always visible (both in minimized and full screen mode?
thank you.
regards,
chandra
| Attachment | Size |
|---|---|
| example page screen shot.png | 195.19 KB |
you will probably need to do a bit of javascript work to make this happen. Maybe on setup a binding to onClick go fullscreen for your players.
The kaltura player supports the javascript call: fullscreen()