aboutsummaryrefslogtreecommitdiff
path: root/views/default/videolist/watch/metacafe.php
blob: ddf2b155ed94a9e21ef85099528c8c60e5fb62ee (plain)
1
2
3
4
5
6
7
<?php

$embedurl = $vars['entity']->embedurl;
$width = $vars['width'];
$height = $vars['height'];

echo "<embed flashVars=\"playerVars=autoPlay=no\" src=\"$embedurl\" width=\"540\" height=\"304\" wmode=\"transparent\" allowFullScreen=\"true\" allowScriptAccess=\"always\" name=\"Metacafe_$video_id\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"></embed>";