swfobject - flash 不显示

发布于 2024-08-09 08:27:49 字数 377 浏览 1 评论 0原文

我在此页面上显示 Flash 内容时遇到一些困难。我检查了代码和路径,一切似乎都是正确的。我在与 swf 文件相同的目录中还有另一个 页面工作正常,所以我知道 swfobject 和 swf 文件工作正常。

知道为什么 swf 文件无法在首页正确显示吗?

谢谢!

I am experiencing some difficulty in having the flash content show on this page. I have checked the code and the paths and everything appears to be correct. I have another page in the same directory as the swf file and it works fine so I know that swfobject and the swf file are working properly.

Any ideas why the swf file is not showing properly in the first page?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

仅此而已 2024-08-16 08:27:49

您的 swf 文件不在正确的目录中。 swf 被指定为相对于您当前所在的文档。因此,您的 swf 应该位于以下目录中:

http://projectpath.ideapeoplesite.com/rutland/expressInstall.swf

找不到您的 settings.xml。它给出了 404 错误。

尝试定义

而不是

Your swf file is not in the right directory. The swf is specified as relative to the document you currently on. So your swf should be in this directory:

http://projectpath.ideapeoplesite.com/rutland/expressInstall.swf

Your settings.xml isn't found. It gives a 404 error.

Try to define a <div id="carousel1"> instead of the <object>.

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