我正在使用iframe播放视频:-
<iframe width="700" height="395" src="+video_embed_url+?rel=0&autoplay=1" frameborder="0"></iframe>
但由于无法在移动设备上运行,因此无法在移动设备上自动播放。但是,如果我想怎么做呢?
最佳答案
您是否在iframe的网址中添加了autoplay
参数?
如:http://www.youtube.com/embed/xxxx?autoplay=1
关于php - 在移动设备上的iframe中自动播放YouTube视频,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/43000321/