Youtube播放器iFrame忽略了playinline param

时间:2014-04-24 13:42:58

标签: ios7 youtube-iframe-api

我正在使用以下HTML代码嵌入YouTube视频:

<html>
<head>
    <style type="text/css">body {background-color: transparent;color: white;}</style>
</head>
<body style="margin:0">
    <iframe src="http://www.youtube.com/embed/%@?playsinline=1&rel=0&showinfo=0" width="320" height="160" frameborder="0"></iframe>
</body>

但是playinline param被忽略了。它总是进入黑屏并开始显示视频控件。

我究竟该怎么做才能尊重我传递的价值?

0 个答案:

没有答案