带有嵌入 flash swf 的 html 文件的符号链接,位于 redhat 或 centos Linux 的不同目录中

发布于 2024-09-26 11:30:41 字数 332 浏览 4 评论 0原文

我创建了一个 html index.html ,其中有一个链接到文件夹中的 index.swf 的嵌入代码,这两个文件都位于 /home/user 路径中-name/

当我在路径 /home/user-name/Desktop 中创建指向 index.html 的符号链接时。当我单击符号链接 index.html 文件时,它会在浏览器中打开,但 Flash 文件 index.swf 未加载。此问题仅出现在 Linux 的 RPM 版本中。

任何帮助表示赞赏。

I have created a html index.html which has an embeded code linking to index.swf in an folder both these file are in the path say /home/user-name/

When i created a symbolic link to index.html in the path /home/user-name/Desktop . when i click on the symbolic link index.html file it opens in the browser but the flash file index.swf is not loaded . This issue is in only RPM flavour of Linux .

Any help appreciated .

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

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

发布评论

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

评论(1

厌倦 2024-10-03 11:30:41

如果您要移动(或放置链接)index.html,那么您还必须将(或链接)index.swf 移动(或链接)到相同的位置。除非index.html 引用index.swf 的完整路径(例如"/home/user-name/index.swf")。

If you are moving (or putting links to) index.html around, then you have to also move (or link to) index.swf to the same places. This is unless index.html refers to the full path of index.swf (like "/home/user-name/index.swf").

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