aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2010-12-05 12:52:20 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2010-12-05 12:52:20 +0000
commit973537f36c8f33473a00190aa64fc30b82d94c04 (patch)
tree2c2f99a3bd254b145453fab186fdc824d34a260f /theme
parent07e453e2ff2f66017eb49cc0374aa1531805a043 (diff)
downloadvideo-973537f36c8f33473a00190aa64fc30b82d94c04.tar.gz
video-973537f36c8f33473a00190aa64fc30b82d94c04.tar.bz2
Removing all files
Diffstat (limited to 'theme')
-rw-r--r--theme/video-play-dcr.tpl.php17
-rw-r--r--theme/video-play-divx.tpl.php20
-rw-r--r--theme/video-play-flash.tpl.php20
-rw-r--r--theme/video-play-flv.tpl.php14
-rw-r--r--theme/video-play-quicktime.tpl.php32
-rw-r--r--theme/video-play-realmedia.tpl.php22
-rw-r--r--theme/video-play-theora.tpl.php23
-rw-r--r--theme/video-play-windowsmedia.tpl.php21
8 files changed, 0 insertions, 169 deletions
diff --git a/theme/video-play-dcr.tpl.php b/theme/video-play-dcr.tpl.php
deleted file mode 100644
index 576e52c..0000000
--- a/theme/video-play-dcr.tpl.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-//$Id$
-/*
- * @file
- * Theme file to handle director output.
- *
- * Variables passed.
- * $video is the video object.
- * $node is the node object.
- */
-?>
-<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" type="application/x-director" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0">
- <param name="src" value="<?php print $video->url; ?>" />
- <object class="video-object" type="application/x-director" data="<?php print $video->url; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>" mode="zero">
- <?php print t('No video? Get the Director !plugin', array('!plugin' => l(t('Plugin'), 'http://www.macromedia.com/shockwave/download/'))); ?>
- </object>
-</object> \ No newline at end of file
diff --git a/theme/video-play-divx.tpl.php b/theme/video-play-divx.tpl.php
deleted file mode 100644
index e5e7f35..0000000
--- a/theme/video-play-divx.tpl.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-//$Id$
-/*
- * @file
- * Theme file to handle divx output.
- *
- * Variables passed.
- * $video is the video object.
- * $node is the node object.
- *
- */
-?>
-<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">
- <param name="src" value="<?php print $video->url; ?>" />
- <param name="pluginspage" value="http://go.divx.com/plugin/download/" />
- <param name="mode" value="zero" />
- <object class="video-object" type="video/divx" data="<?php print $video->url; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>" mode="zero">
- <?php print t('No video? Get the DivX Web Player !plugin', array('!plugin' => l(t('Plugin'), 'http://go.divx.com/plugin/download/'))); ?>
- </object>
-</object> \ No newline at end of file
diff --git a/theme/video-play-flash.tpl.php b/theme/video-play-flash.tpl.php
deleted file mode 100644
index a559976..0000000
--- a/theme/video-play-flash.tpl.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-//$Id$
-/*
- * @file
- * Theme file to handle flash output.
- *
- * Variables passed.
- * $video is the video object.
- * $node is the node object.
- *
- */
-?>
-<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
- <param name="movie" value="<?php print $video->url; ?>" />
- <param name="autoplay" value="<?php print $video->autoplay; ?>" />
- <param name="wmode" value="transparent" />
- <object class="video-object" type="application/x-shockwave-flash" data="<?php print $video->url; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>">
- <?php print t('No video? Get the Adobe Flash !plugin', array('!plugin' => l(t('Plugin'), 'http://get.adobe.com/flashplayer/'))); ?>
- </object>
-</object> \ No newline at end of file
diff --git a/theme/video-play-flv.tpl.php b/theme/video-play-flv.tpl.php
deleted file mode 100644
index 661ad04..0000000
--- a/theme/video-play-flv.tpl.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-//$Id$
-/*
- * @file
- * Theme file to handle flv output.
- *
- * Variables passed.
- * $video is the video object.
- * $node is the node object.
- * $themed_output is the rendered html.
- *
- */
-print $themed_output;
-?> \ No newline at end of file
diff --git a/theme/video-play-quicktime.tpl.php b/theme/video-play-quicktime.tpl.php
deleted file mode 100644
index 7e4fb29..0000000
--- a/theme/video-play-quicktime.tpl.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-//$Id$
-/*
- * @file
- * Theme file to handle quicktime output.
- *
- * Variables passed.
- * $video is the video object.
- * $node is the node object.
- *
- *
- * <script type="text/javascript" src="/sites/all/libraries/quicktime/AC_QuickTime.js"></script>
- * <script type="text/javascript">
- * QT_WriteOBJECT('<?php print $video->url; ?>' , '<?php print $video->width; ?>', '<?php print $video->height; ?>' , '');
- * </script>
- */
-?>
-<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=7,3,0,0" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>">
- <param name="src" value="<?php print $video->url; ?>" />
- <param name="controller" value="true" />
- <param name="scale" value="tofit" />
- <param name="autoplay" value="<?php print $video->autoplay ? 'true' : 'false'; ?>" />
- <param name="pluginurl" value="http://www.apple.com/quicktime/download/" />
- <embed src="<?php print $video->url; ?>"
- type="video/quicktime"
- pluginspage="http://www.apple.com/quicktime/download/"
- width="<?php print $video->player_width; ?>"
- height="<?php print $video->player_height; ?>"
- autostart="<?php print $video->autoplay ? 'true' : 'false'; ?>"
- controller="true" >
- </embed>
-</object> \ No newline at end of file
diff --git a/theme/video-play-realmedia.tpl.php b/theme/video-play-realmedia.tpl.php
deleted file mode 100644
index 8048c5c..0000000
--- a/theme/video-play-realmedia.tpl.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-//$Id$
-/*
- * @file
- * Theme file to handle realmedia output.
- *
- * Variables passed.
- * $video is the video object.
- * $node is the node object.
- *
- */
-?>
-<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>">
- <param name="src" value="<?php print $video->url; ?>" />
- <param name="autostart" value="<?php print $video->autoplay; ?>" />
- <param name="controls" value="imagewindow" />
- <param name="console" value="video" />
- <param name="loop" value="false" />
- <object class="video-object" type="audio/x-pn-realaudio-plugin" data="<?php print $video->url; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>">
- <?php print t('No video? Get the Real Media !plugin', array('!plugin' => l(t('Plugin'), 'http://www.real.com/realplayer'))); ?>
- </object>
-</object> \ No newline at end of file
diff --git a/theme/video-play-theora.tpl.php b/theme/video-play-theora.tpl.php
deleted file mode 100644
index 1b759ee..0000000
--- a/theme/video-play-theora.tpl.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-//$Id$
-/*
- * @file
- * Theme file to handle ogg theora output.
- *
- * Variables passed.
- * $video is the video object.
- * $node is the node object.
- *
- */
-?>
-<applet=code="com.fluendo.player.Cortado.class" archive="<?php print $video->theora_player; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>">
- <param name="url" value="<?php print $video->url; ?>" />
- <param name="local" value="false" />
- <param name="mode" value="zero" />
- <param name="keepaspect" value="true" />
- <param name="video" value="true" />
- <param name="audio" value="true" />
- <param name="seekable" value="true" />
- <param name="bufferSize" value="200" />
- <?php print t('No video? Get the Latest Cortado !plugin', array('!plugin' => l(t('Plugin'), 'http://www.theora.org/cortado/'))); ?>
-</applet> \ No newline at end of file
diff --git a/theme/video-play-windowsmedia.tpl.php b/theme/video-play-windowsmedia.tpl.php
deleted file mode 100644
index c7a1026..0000000
--- a/theme/video-play-windowsmedia.tpl.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-//$Id$
-/*
- * @file
- * Theme file to handle windows media output.
- *
- * Variables passed.
- * $video is the video object.
- * $node is the node object.
- *
- */
-?>
-
-<object type="video/x-ms-wmv" data="<?php print $video->url; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>">
- <param name="src" value="<?php print $video->url; ?>" valuetype="ref" type="<?php print $video->url; ?>">
- <param name="animationatStart" value="true">
- <param name="transparentatStart" value="true">
- <param name="autostart" value="<?php print $video->autoplay; ?>">
- <param name="controller" value="1">
- <?php print t('No video? Get the Windows Media !plugin', array('!plugin' => l(t('Plugin'), 'http://www.microsoft.com/windows/windowsmedia/player/download/'))); ?>
-</object> \ No newline at end of file