sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 5 forks source link

HTML5 #79

Closed mobielbas closed 4 years ago

mobielbas commented 5 years ago

I see that mp3-browser now supports HTML5. But i don't see any changes. I still can't play mp3 on my mobile (android). Do i have to enable it?

sverhagen commented 4 years ago

If you have updated an older version, the "Player source code" setting may still contain the old configuration. Should be:

<audio controls preload="metadata" style="width: %1;"><source src="%3" type="audio/mpeg"><object width="%1" height="20" bgcolor="%2" data="%4" type="application/x-shockwave-flash"><param name="wmode" value="transparent" /><param name="movie" value="%4" /><param name="flashvars" value="mp3=%3" /></object></audio>