这是我的代码:
<iframe frameborder="0" height="650" marginheight="0" marginwidth="0" scrolling="no" src="http://www.1malaysiatv.com.my/embed/player.php?ch=alhijrah&width=920&height=580" width="780" __idm_id__="0"></iframe>
如何使此代码不能自行播放。我的意思是autoplay = 0或autostart = false
我做了很多风格,但无法阻止它玩
答案 0 :(得分:2)
iframe本身无法播放任何内容,因此您也无法告诉它不要自动播放。 iframe只加载一个页面(你提供的src),它是该页面内可以播放的内容,就像这个视频一样。
答案 1 :(得分:0)
尝试以下代码
<iframe frameborder="0" height="650" marginheight="0" marginwidth="0" scrolling="no" src="http://www.1malaysiatv.com.my/embed/player.php?ch=alhijrah&width=920&height=580&autoplay=false" width="780" __idm_id__="0"></iframe>