3
私はyoutubeにアップロードするためのgoogleのapiの例に従った。私は、例えば、別のドメインでホストされているファイルをアップロードしたい場合は:PHP Youtube Data他のドメインからApiアップロード
$myVideoEntry = new Zend_Gdata_YouTube_VideoEntry();
// create a new Zend_Gdata_App_MediaFileSource object
$filesource = $yt->newMediaFileSource('http://www.myotherdomain.com/.../file.mov');
$filesource->setContentType('video/x-flv');
// set slug header
$filesource->setSlug('http://www.myotherdomain.com/.../file.mov');
// add the filesource to the video entry
$myVideoEntry->setMediaSource($filesource);
をすべてのヘルプは大幅に