I use JSF 2.2 + primefaces.
I want to add a Component that allows me to play list of mp3 files. for example, I have a folder that contains a lot of mp3 file and I would like to have a component to play them in jsf pages like this picture
I found wikiplayer but when I load a page it generate an iframe where he puts the content of my jsf page, which means when I load the page by running a query, it's just the iframe to reload not the wikplayer.
the wikplayer loads if I click F5 or refresh the page the browser button, the code generated is look like