From 2666d83579104f0b180c191de9e77e575a4a918f Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 1 Jun 2017 20:44:02 +0100 Subject: [PATCH] fix URL for video fallback flash player --- ext/handle_video/theme.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/handle_video/theme.php b/ext/handle_video/theme.php index 9cc28fa5..83d14104 100644 --- a/ext/handle_video/theme.php +++ b/ext/handle_video/theme.php @@ -9,6 +9,7 @@ class VideoFileHandlerTheme extends Themelet { $full_url = make_http($ilink); $autoplay = $config->get_bool("video_playback_autoplay"); $loop = $config->get_bool("video_playback_loop"); + $player = make_link('lib/vendor/swf/flashmediaelement.swf'); $html = "Video not playing? Click here to download the file.
"; @@ -22,8 +23,8 @@ class VideoFileHandlerTheme extends Themelet { } $html_fallback = " - - + +