Skip to content Skip to sidebar Skip to footer

Audio Not Loading In Html's Audio Tag

I'm testing the audio HTML tag. And it is working on my testing env, but for some reason not on my production env. I simply use:

Solution 2:

I had a similar issue, for some reason it would not load local MP3 files, the solution for me was to use OGG files and all worked. My local dev system is Linux/apache2 and I tested with Firefox 8, and Chrome 15. The audio tag did work with remote MP3 and OGG files though, I don't know why they were not working locally, again OGG worked locally.

Post a Comment for "Audio Not Loading In Html's Audio Tag"