如何使用 iframe 标签在 IE 中播放 .swf 文件
我正在尝试使用 jsp 中的 iframe 标记在 IE 中播放 .swf 文件。但他们没有玩。他们正在 Chrome 和 Chrome 中玩游戏。野生动物园。有人可以帮忙吗?代码如下:
<iframe src="courses/slide1.swf "
frameborder="0" scrolling="no" name="myiframe"
width="850px" height="650px" >
</iframe>
I am trying to play .swf files in IE using an iframe tag in jsp. But they are not playing. They are playing in Chrome & Safari. Can anyone help? The code is as follows:
<iframe src="courses/slide1.swf "
frameborder="0" scrolling="no" name="myiframe"
width="850px" height="650px" >
</iframe>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通常 Flash 文件使用嵌入标签在浏览器中运行 SWF,但我猜 Chrome & Safari 正在玩它,因为它们共享相同的引擎“WebKit”。我不明白为什么他们允许它在 iframe 标签内运行,我想这将代表一个安全问题。
Usually flash files use the embed tag to run SWF within a browser, but I guess Chrome & Safari are playing it because they share the same engine "WebKit". I can't understand why they allow it to run within an iframe tag, I guess that will represent a security issue along the road.
您可以使用 iframe 嵌入它,但需要将属性定义为样式
You can embed it using iframe but you need to define atributes as style