嵌入youtube视频没有共享选项

时间:2013-12-31 13:00:11

标签: iphone objective-c video youtube embedding

我有一个iPhone应用程序,我正在播放YouTube视频。

我有tableview,我列出了所有视频。

我正在使用下面的代码播放youtube vide。

<html><style>iframe {position:absolute;top:0px;left:0px;}</style>
    <body>
        <iframe src='http://www.youtube.com/embed/rxSwgvMg-H4?rel=0&html5=1' width='100' height='75' frameborder='0' >
        </iframe>
    </body>
</html>

一切正常。

然而,客户坚持要删除顶部的视频共享和文字。

enter image description here

知道如何完成这项工作?

1 个答案:

答案 0 :(得分:2)

试试这段代码

<iframe src='http://www.youtube.com/embed/rxSwgvMg-H4?modestbranding=1&showinfo=0&fs=0' width='300' height='175' frameborder='0' >
</iframe>

工作链接:

http://jsfiddle.net/Bh4ac/

从播放按钮中删除红色:

<center><iframe src="https://www.youtube.com/embed/HAR49CWiEjY?modestbranding=1&amp;title=&amp;autoplay=0&amp;re l=0&amp;controls=0" type=”application/x-shockwave-flash” frameborder="0" width="600" height="400"></iframe></center>