get_video($vkey); increment_views_new($vkey, 'video'); $width = @$_GET['width']; $height = @$_GET['height']; $autoplay = @$_GET['autoplay']; if(!$width) $width = '320'; if(!$height) $height = '240'; if(!$autoplay) $autoplay = 'no'; if(!$vdetails) exit(json_encode(array("err"=>"no video details found"))); ?>