Play video youtube = flv player của bạn
<?
$thumb = "http://i3.ytimg.com/vi/".$_GET['v']."/default.jpg";
$yturl = "http://www.youtube.com/watch?v=".$_GET['v'];
$id = explode("v=",$yturl);
$file = simplexml_load_file("http://youtube.com/api2_rest?method=youtube.videos.get_video_token&video_id=$id[1]");
$file = "http://youtube.com/get_video?video_id=$id[1]&t=$file->t";
$file = get_headers($file);
$video = urlencode(trim($file[8],"Location: "));
echo "<embed src="player.swf" width="400" height="300" allowfullscreen="true" allowscriptaccess="always" flashvars="&videoPath=$video&autoStart=true&autoHide=false&autoHideTime=5&hideLogo=true&volAudio=60&newWidth=400&newHeight=300&disableMiddleButton=false&playSounds=true&soundBarColor=0x0066FF&barColor=0x0066FF&barShadowColor=0x91BBFB&subbarColor=0xffffff" />";
echo "<br/><br/>thumbnail for video <br/><img src="$thumb">";
?>
Popularity: 10% [?]
No comments yet.