swf 在本地播放,但不能从 Ubuntu Web 服务器播放

发布于 2024-12-10 19:30:51 字数 140 浏览 0 评论 0原文

我在 ubuntu Web 服务器上遇到 swf 文件问题。我在本地构建了整个网站,一切都很好。当我将网站上传到 Ubuntu 服务器并尝试从本地浏览器查看网站时,swf 文件未正确加载。它只显示主图像,就像 AS3 不运行一样。

请问有什么建议吗?

I have an issue with swf file on ubuntu web server. I built my whole site locally and everything was fine. When I upload my site on my Ubuntu server and tried to see my site from my local browser, the swf file not loaded properly. It just shows the main image and is like AS3 don't runs.

Any suggestions, please?

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

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

发布评论

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

评论(1

乱了心跳 2024-12-17 19:30:51

如果您在本地使用 Windows,则应检查 HTML 中的文件名是否与您的文件具有相同的小写/大写字符。对于 Windows,“test.swf”和“TEST.SWF”是相同的文件,而在 Linux 中则不是。

If you work with windows locally, you should check if the filename in your HTML has the same lowercase/uppercase characters as the one of your file. For Windows "test.swf" and "TEST.SWF" are the same file where in linux they aren't.

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