如何关闭嵌入式YouTube视频中的评论?

时间:2011-10-04 10:41:02

标签: javascript youtube

我想知道如果可能,我如何关闭视频中弹出的YouTube视频评论?

var params = { allowScriptAccess: 'always',  wmode : 'transparent' };
var atts = { id: 'myytplayer' };
swfobject.embedSWF('http://www.youtube.com/e/'+OBJ.info['youtubeVideoId']+'?enablejsapi=1&playerapiid=ytplayer&autohide=1',
                   'ytapiplayer', '447', '251', '8', null, null, params, atts);

0 个答案:

没有答案
相关问题