Ios7 Youtube播放器iFrame忽略playsinline参数

Ios7 Youtube播放器iFrame忽略playsinline参数,ios7,youtube-iframe-api,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/%@?plays

我正在用以下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>

正文{背景色:透明;颜色:白色;}

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

我应该怎么做才能尊重我传递的价值观