Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Why does youtube etc use <object> and not <iframe>?
<object>
<iframe>
What are the advantages of object over iframe for this case?
iframes 用于在页面中嵌入其他 HTML 页面。
iframe
objects 用于在页面中嵌入非 HTML 内容对象(如 Flash)。
object
由于 YouTube 使用 Flash 播放视频,因此它使用object.