aboutsummaryrefslogtreecommitdiff
path: root/views/default/videolist/watch/metacafe.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/videolist/watch/metacafe.php')
-rw-r--r--views/default/videolist/watch/metacafe.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/views/default/videolist/watch/metacafe.php b/views/default/videolist/watch/metacafe.php
deleted file mode 100644
index ce8e257d5..000000000
--- a/views/default/videolist/watch/metacafe.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-$embedurl = $vars['entity']->embedurl;
-$embedurl = preg_replace('/https?:/', 'https:', $embedurl);
-
-echo "<embed flashVars=\"playerVars=autoPlay=no\" src=\"$embedurl\" wmode=\"transparent\" allowFullScreen=\"true\" allowScriptAccess=\"always\" name=\"Metacafe_$video_id\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"></embed>";