remove final info screen

Is there a way I can remove the final screen of an embedded YouTube video, that has the "replay" button, listing other videos, URL and Embed options etc?

I just want the video to end, and not see anything else?

Thanks

EDIT: Solved it!! rel=0 in the video URL!

I have the following params in my video URL, that made the title go, and the end info window go:

showsearch=0&showinfo=0&playlist=&modestbranding=1&egm=0&rel=0


Let's say you have this video:

http://www.youtube.com/embed/GeyDf4ooPdo

you need to add the option rel ( ?rel=0 ) to the end, as a parameter.

Like this:

http://www.youtube.com/embed/GeyDf4ooPdo?rel=0

Here you can find some parameters: Youtube Parameters, and some tricks: Tricks


You can use the &rel=0 parameter to disable related videos at the end. For quick,easy and more customizations of youtube embed player try using Advanced Youtube Embed Code Generator

链接地址: http://www.djcxy.com/p/8322.html

上一篇: 检查显示器是否由Windows电源管理关闭

下一篇: 删除最终信息屏幕