Page 1 of 1

Audio player compatible with 2.x.x?

Posted: Mon Feb 08, 2016 10:20 pm
by Trenia
Does anyone know if there is a module that can be used safely with the latest 2.1.2 cms-version? I have not been able to find one. I am working on a page for a band, and they want to add mp3 files for visitors to play and listen to. Maybe there is other ways to implement songs on the page, if there`s no module for it? Thanks.

Tom

Re: Audio player compatible with 2.x.x?

Posted: Mon Feb 08, 2016 10:32 pm
by calguy1000
Audio is generally so simple these days that a separate module is not required.

If your HTML is HTML5 compliant and your customer browsers are mostly all modern then you can use any number of modules that support file uploads and a summary (and/or) detail template to output the appropriate HTML that will allow customers to play audio.

NOTE: Anything that plays audio on load is EVIL.

http://www.w3schools.com/html/html5_audio.asp

Re: Audio player compatible with 2.x.x?

Posted: Mon Feb 08, 2016 10:54 pm
by Trenia
Thank you! :) Much appreciated.

Re: Audio player compatible with 2.x.x?

Posted: Tue Feb 09, 2016 7:30 pm
by Dr.CSS

Re: Audio player compatible with 2.x.x?

Posted: Thu Feb 11, 2016 8:04 pm
by LB Back
+1 for jPlayer

Re: Audio player compatible with 2.x.x?

Posted: Fri Feb 12, 2016 8:52 pm
by Rolf

Re: Audio player compatible with 2.x.x?

Posted: Sat Feb 13, 2016 4:48 pm
by leoteo
@Rolf: Thanks for the hint! Great to know that avplayer development has restarted, I was just about to look into alternatives...