1

I'm seeking for a solution how could I control playing the audio file from the JSF app. I don't need the complete solution, just a reference to a component I could use to control playing the audio file (start/stop/change the sound).

I've tried to search in the past questions, but without a success.

My setup is based on Java EE 5, a migration to Java EE 6 might be the option too if really necessary.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
MirecXP
  • 443
  • 7
  • 18

1 Answers1

1

If you use J2EE6 maybe you can try primefaces and the component "Multimedia", but this component depends sometimes of external plugins (flash, windows media, etc), but it's an option.

PrimeFaces - Multimedia

Or if you can't use Primefaces, maybe you can try doing a different approach using JQuery and HTML.

JQuery - HTML5 audio controls

Java Script - play audio with JQuery

I hope, this help you. Good Luck.

Community
  • 1
  • 1