gpt4 book ai didi

javascript - jPlayer 在 FF5 中无法正常工作

转载 作者:行者123 更新时间:2023-11-29 22:30:43 24 4
gpt4 key购买 nike

我正在使用 jPlayer 和 jQuery 来播放音频文件。

http://www.jplayer.org/

http://jquery.com/

在 FireFox 5(Win 7 和 Win XP)中,音频将无法播放:

http://www.disk-edits.com.au/files/female_voice_artists.php

(我知道他们都是同一首歌,我只是在测试)

但完全相同的页面在我的本地主机上运行完美,即使在线访问:

http://richard-walsh.dyndns-free.com/disk-edits/files/female_voice_artists.php

(如果它不再在线那么我一定是关掉了我的电脑,但我会让它开着一会儿)

我试过同时使用相对路径和绝对路径,但没有任何改变。我正在使用 mp3 和 oga。这两个链接在所有其他当前浏览器(Chrome、Opera、IE、Safari)上都可以正常工作;只有 FF5 的第一个链接有问题。它没有显示任何错误。有什么想法吗?

在线服务器正在运行旧版本的 apache/php/etc。在线服务器也在运行 linux,我的电脑运行 Windows 的地方。我不知道这是否相关,但我看不出任何其他差异。

编辑:我现在尝试使用纯 HTML5 音频标签(仅使用 oga)。它在 FF5 中仍然不起作用,但在 Chrome 中可以正常工作。所以它似乎与服务器和 FireFox 有关。

最佳答案

问题是服务器发送了错误的 MIME 类型来与 .oga 文件一起使用。要解决此问题,您只需在主目录中创建一个正确关联 MIME 类型的 .htaccess 文件。

这是一个更新地段的例子,OGG 的重要内容在底部。

# CSS
AddType text/css .css

# XHTML
AddType application/xhtml+xml .xhtml

# XML
AddType text/xml .xml

# XUL
AddType application/vnd.mozilla.xul+xml .xul

# Add-ons
AddType application/x-xpinstall .xpi

# SVG
AddType image/svg+xml .svg .svgz
AddEncoding x-gzip .svgz

# HTML
# Server Side Includes (SSI)
AddType text/html .shtml

# Active Server Pages
AddType text/html .asp

# Favicons
AddType image/vnd.microsoft.icon .ico

# Macromedia
AddType application/x-shockwave-flash .swf
AddType application/x-director .dir .dcr .dxr .fgd
AddType application/x-authorware-map .aam
AddType application/x-authorware-seg .aas
AddType application/x-authorware-bin .aab
AddType image/x-freehand .fh4 .fh5 .fh7 .fhc .fh

# Adobe PDF
AddType application/pdf .pdf

# Real
AddType application/vnd.rn-realmedia .rm
AddType audio/vnd.rn-realaudio .ra .ram
AddType video/vnd.rn-realvideo .rv
AddType audio/x-pn-realaudio-plugin .rpm

# Microsoft multimedia
AddType video/x-ms-asf .asf .asx
AddType audio/x-ms-wma .wma
AddType audio/x-ms-wax .wax
AddType video/x-ms-wmv .wmv
AddType video/x-ms-wvx .wvx
AddType video/x-ms-wm .wm
AddType video/x-ms-wmx .wmx
AddType application/x-ms-wmz .wmz
AddType application/x-ms-wmd .wmd

# MPEG
AddType audio/x-mpegurl .m3u

# Binary Compressed files and archives
AddType application/zip .zip
AddType application/x-gzip .gz
AddType application/x-gtar .gtar
AddType application/x-rar-compressed .rar
AddType application/octet-stream .dmg

# Java
AddType application/x-java-applet .class

# Quicktime movies
AddType video/quicktime .mov .qt

# XBM files
AddType image/x-xbitmap .xbm

# WAV files
AddType audio/x-wav .wav

# Bittorrent
AddType application/x-bittorrent .torrent

#OGG
AddType audio/ogg .oga
AddType video/ogg .ogv
AddType application/ogg .ogg

关于javascript - jPlayer 在 FF5 中无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7053408/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com