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
Audio player compatible with 2.x.x?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Audio player compatible with 2.x.x?
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
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
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Audio player compatible with 2.x.x?
Thank you!
Much appreciated.

Re: Audio player compatible with 2.x.x?
I used listit2 with jplayer (http://www.jplayer.org) for these 2 sites...
http://www.staceyjaswad.com/voice-over.html
http://www.demosthatrock.com/portfolio.html
http://www.staceyjaswad.com/voice-over.html
http://www.demosthatrock.com/portfolio.html
Re: Audio player compatible with 2.x.x?
+1 for jPlayer
Re: Audio player compatible with 2.x.x?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Audio player compatible with 2.x.x?
@Rolf: Thanks for the hint! Great to know that avplayer development has restarted, I was just about to look into alternatives...