使用 https 时 swf 无法在 IE 中工作

发布于 2024-07-24 03:45:26 字数 1014 浏览 5 评论 0原文

我在我的网站 (localhost:8084 - tomcat) 中使用 flash mp3 播放器 (www.premiumbeat.com)。 这是我的情况:

  • 在我的网站中,我有安全文件(/mywebapp/secure 下的任何文件)和公共文件(/mywebapp/secure 之外的所有文件)。 安全文件通过 https(端口 8443)提供,
  • mp3 播放器位于:/mywebapp/swf/player.swf(公共访问)。
  • 我使用 swfobject 通过 javascript 代码将 mp3 播放器 swf 对象插入到页面中(swfobject 位于:/mywebapp/js/swfobject.js 公共访问)。
  • 使用播放器的网页位于: /mywebapp/secure/playerSample.html
  • mp3 播放器从 servlet /mywebapp/ 获取包含曲目列表的 xml(播放器请求列表) servlet/playlist

当我使用 Firefox 浏览 playerSample.html 时,一切正常...我登录到我的网络应用程序,访问 playerSample.html 并且播放器显示从 /mywebapp/servlet/playlist 检索的曲目列表。

但是,当我使用 IE 浏览页面时,不会检索到列表:SI 已经测试了部分代码并且它可以工作,例如,如果我只是从 IE 窗口调用 /mywebapp/servlet/playlist,我可以获得 xml 曲目列表来自 servlet。 而playerSample.html可以显示flash mp3播放器。 播放器无法从 servlet 获得响应(或者至少看起来是这样)。

为什么它只发生在 IE 上? 我知道 IE 有时很糟糕......但是,有什么想法或解决方法吗?

I'm using a flash mp3 player (www.premiumbeat.com) within my website (localhost:8084 - tomcat). This is my situation:

  • In my site I have secure files (any file under /mywebapp/secure) and public files (everything outside /mywebapp/secure). Secure files are served through https (port 8443)
  • the mp3 player is located at: /mywebapp/swf/player.swf (public access).
  • I'm using swfobject to insert with javascript code the mp3 player swf object into the page (swfobject is at: /mywebapp/js/swfobject.js public access).
  • The webpage that uses the player is located at: /mywebapp/secure/playerSample.html
  • The mp3 player gets a xml with list of tracks (the player request the list) from servlet /mywebapp/servlet/playlist

When I browse playerSample.html with firefox everything works just fine... I login into my webapp, access playerSample.html and the player shows the list of tracks retrieved from /mywebapp/servlet/playlist.

But when I browse the page with IE the list is not retrieved :S I have tested the code in parts and it works, for example, if I just call /mywebapp/servlet/playlist from a IE's window, I can get the xml track list from the servlet. And playerSample.html can show the flash mp3 player. It's the player which can't get the response from the servlet (or at least that's what looks like).

Why it's just happening on IE? I know IE sometimes just sucks... but, any ideas or work-arounds?

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

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

发布评论

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

评论(1

成熟的代价 2024-07-31 03:45:26

尝试使用 Fiddler (www.fiddler2.com) 监控您的网络流量。请务必启用 HTTPS 解密,并信任 Fiddler 根证书。

Try monitoring your network traffic using Fiddler (www.fiddler2.com) Be sure to enable HTTPS decryption, and trust the Fiddler root certificate.

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