【发布时间】:2017-06-04 05:56:03
【问题描述】:
我在这方面相当新。我有以下iframe
<iframe width="560" height="315" src="<%=video1[1]%>" frameborder="0" allowfullscreen></iframe>
我想做的是让它播放video1[1],但显示video1[2]中的图像。
我尝试做的是:
<iframe width="560" height="315" href="<%=video1[2]%>" src="<%=video1[1]%>" frameborder="0" allowfullscreen></iframe>
但这不起作用。
有简单的方法吗?
【问题讨论】:
标签: java html iframe embed facebook-iframe