Quote:
Originally Posted by The Geek
3. Change the plugin above code to this:
PHP Code:
if ($ameinfo['key'] == "youtube" && $ameinfo['zone'] == "post")
{
if (strpos($ameinfo['url'], "fmt=22"))
{
$ameinfo['width'] = "640";
$ameinfo['height'] = "480";
$p1 .= "&hd=1";
}
elseif (strpos($ameinfo['url'], "fmt=18"))
{
$ameinfo['width'] = "560";
$ameinfo['height'] = "380";
}
}
|
Firstly thanks for this but i'm a little confused to step 3 which file do I edit?
Thanks