.oga audio works fine with local file, butnot playing on remote site.
I've created a mini-site. It works well when I test it on my computer using the local files, but the audio doesn't play with it's uploaded to my remote site. The problem occurs on multiple computers, with multiple versions of Firefox, on Windows 7 and OSX Snow Leopard.
被采纳的解决方案
Is your server sending the correct MIME info in the Content-Type header? See this link for details: https://developer.mozilla.org/en/Configuring_servers_for_Ogg_media
定位到答案原位置 👍 0所有回复 (2)
选择的解决方案
Is your server sending the correct MIME info in the Content-Type header? See this link for details: https://developer.mozilla.org/en/Configuring_servers_for_Ogg_media
Thanks so much for that speedy, helpful response. I had no idea there'd be a server-side problem with Ogg. I'll have a go at fiddling with the MIME info when I get a chance. In the meantime, I'll just have to resort to .WAV files, dammit. The sooner Firefox adopts .m4a audio, the better.