From 8300c867a1eb2a709aa0a0c019dfa47a670024dc Mon Sep 17 00:00:00 2001 From: shadlaws Date: Sun, 30 Dec 2012 10:03:36 +0100 Subject: #1931, #1932, #1933, #1934 - movieplayer view and movie_img function in items model Many changes to movieplayer view and movie_img function in items model: - include control bar height when dimensioning movie player - provide a default "guess" at height and width when they are set as zero in items table - resize movie player once the video is loaded based on its actual metadata - add get_movie_img event to provide flexibility for altering/replacing the default Flowplayer v3 --HG-- extra : rebase_source : 5d1e9bb66ebf3e3fed5e1b9ee63790a204f21450 --- modules/gallery/views/movieplayer.html.php | 61 ++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 19 deletions(-) (limited to 'modules/gallery/views') diff --git a/modules/gallery/views/movieplayer.html.php b/modules/gallery/views/movieplayer.html.php index 343eafe8..25cb9f58 100644 --- a/modules/gallery/views/movieplayer.html.php +++ b/modules/gallery/views/movieplayer.html.php @@ -1,26 +1,49 @@ -file_url(true), "", $attrs) ?> + -- cgit v1.2.3