aboutsummaryrefslogtreecommitdiff
path: root/views/default/videolist/watch/metacafe.php
blob: cfa5e02a4710aeb2010fa6d2c94867f6975b851a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/* TODO
$video_id = $vars['video_id'];
$width = $vars['width'];
$height = $vars['height'];

$path = explode("/", $videos->thumbnail);
$path = array_reverse($path);
$thumbnailArray = explode(".", $path[0]);
$video_id = $video_id."/".$thumbnailArray[0].".swf";

echo "<br />
<embed src=\"http://www.metacafe.com/fplayer/".$video_id."\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" allowscriptaccess=\"always\" width=\"$width\" height=\"$height\" wmode=\"transparent\" name=\"Metacafe_".$video_id."\"></embed>";
*/