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.
我创建了一个页面,在该页面中我使用了 embed 标签来嵌入 .swf 文件,但有时它会在 Firefox 中产生问题,是否有任何其他标签可以代替它?
你应该使用object标签!
object
你甚至可以通过这种方式使用 iframe:
<iframe src="location/name.swf" frameBorder="0"></iframe>