重定向的 MP3 流无法在 Webkit 浏览器中加载 - Flash 9
我正忙于创建一个 mp3 播放器(用于音乐商店)。一切都很完美。当 Flash 想要加载流时,某些文件将被重定向到原始源(位于其他服务器上)。在所有主流浏览器中,除了 Chrome 和 Safari 等 Webkit 浏览器外,这都可以完美运行。我尝试发送“永久移动”301 标头以及正常重定向,但不起作用。此外,当我尝试从地址栏下载它时,什么也没有发生(在其他浏览器中,我会弹出一个下载流的窗口)。
有谁知道这个问题的解决方案?这实际上只是一个 webkit 的东西。
感谢您引导我走向正确的方向。
I'm busy creating a mp3 player (for a music store). Everything works perfectly. Some of the files will be redirected to the original source (located on other server) when Flash wants to load the stream. In all major browsers this works perfectly except Webkit browsers such as Chrome and Safari. I have tried to send a "Moved Permanently" 301 header as well as a normal redirect but does not work. Also when i try to download it from the address bar nothing happen (in other browsers i get a popup to download the stream).
Does anyone knows a solution to this? It is really a webkit only thing.
Thanks for leading me into the right direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
明白了,303 就是正确的选择。主题已关闭
Got it, 303 is the way to go. Topic closed