Я использую Gdata YouTube библиотеки в Zend (http://framework.zend.com/manual/1.12/en/zend.gdata.youtube.html)
Я могу обновить setVideoTitle, setVideoDescription, SetVideoTags и setVideoCategory. Но когда я пытался обновить «setNoEmbed», он выдает ошибку типа «Вызов функции-члена getDOM ()»
И вот мой код:
$myVideoEntry = new Zend_Gdata_YouTube_VideoEntry();
$myVideoEntry->setVideoTitle($mediaTitle);
$myVideoEntry->setVideoDescription($mediaDescription);
$myVideoEntry->setVideoCategory($category);
$myVideoEntry->SetVideoTags($tags);
$myVideoEntry->setNoEmbed(true);
Задача ещё не решена.
Других решений пока нет …