如何使用 iframe 标签在 IE 中播放 .swf 文件

发布于 2024-10-20 03:42:44 字数 283 浏览 2 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

滥情稳全场 2024-10-27 03:42:44

通常 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.

诗笺 2024-10-27 03:42:44

您可以使用 iframe 嵌入它,但需要将属性定义为样式

You can embed it using iframe but you need to define atributes as style

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文