static html page with embedded kaltura player for h.264 movies

1 reply [Last post]
Joined: 11/14/2011
Points: 6

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

AttachmentSize
example page screen shot.png195.19 KB
Joined: 02/22/2009
Points: 76

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()