gpt4 book ai didi

html - 自动播放 <iframe> Youtube 视频 - ?autoplay=1 不工作

转载 作者:太空狗 更新时间:2023-10-29 14:21:01 27 4
gpt4 key购买 nike

How can I autoplay a video using the new embed code style for Youtube?

我的代码遵循了这些说明但不起作用。我还查看了 YouTube 帮助,他们说了同样的话 -- 对我不起作用。

<html><body>
<iframe width="640" height="385" src="//www.youtube.com/embed/0319ZgKMLzw?autoplay" frameborder="0" allowfullscreen></iframe></body>
</html>

看到它没有自动播放 here ,代码在 Firebug 中。

最佳答案

将您的嵌入代码编辑为“?autoplay=1”并添加“http://”。这是适合您的工作代码...

<iframe width="640" height="385" src="http://www.youtube.com/embed/0319ZgKMLzw?autoplay=1"> </iframe>    

关于html - 自动播放 &lt;iframe&gt; Youtube 视频 - ?autoplay=1 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18676660/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com