aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video.module4
1 files changed, 3 insertions, 1 deletions
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 = '<!--[if !IE]> <-->
<object type="audio/x-pn-realaudio-plugin" width="'. $node->videox .'" height="'. $node->videoy .'"