setNoEmbed возвращает ошибку, например & quot; вызов функции-члена getDOM () & quot; в Youtube API v2

Я использую 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);

1

Решение

Задача ещё не решена.

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]