From f38e8811468237566b7fe904a919875cb2dffaba Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Fri, 20 Oct 2006 07:57:13 +0000 Subject: Patch #87900 by agilpwc (http://drupal.org/user/49395): The call to set the src url of realmedia files was left out of the real play funtion. Real media files didn't work. This should fix it. --- video.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/video.module b/video.module index 5e3e0aa..c3c998c 100644 --- a/video.module +++ b/video.module @@ -1012,7 +1012,9 @@ function theme_video_play_realmedia($node) { // Real's embeded player includes the controls // in the height $node->videoy += 40; - + + $url = _video_get_fileurl($node->vidfile); + // this will be executed by not Internet Explorer browsers $output = '