swfobject - flash 不显示
我在此页面上显示 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 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>
.