0
4

2 回答 2

1

我猜您使用框架是因为您想将视频保存在某个位置?我建议<video>在 html5 中使用标签而不是 iframe。

<video width="400" height="225" controls="controls">
  <source src="video/aps_production.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
于 2012-10-19T19:21:41.370 回答
0

给 iframe 一个 id 并将其定位在链接的 url: 中iframe id="iframe",然后附加#iframe到链接所在文档的 url。a href="url.html#iframe"

于 2012-10-19T19:57:33.970 回答