background sound: how to set endless sound?

Hi,

I’d like to know if it’s possible to easily define endless played music?
I use Manager.createPlayer() to create my Player.
I noticed i could call setLoopCount(int N), but this plays my song N times…

Basically do you know how to set endless music, without using PlayerListener?

Thanks,
Franck

U only have to do player.setLoopCount(-1)

First, I tried that and it didn’t work…
but I tried again on your suggestion, and it works… I’m too tired…

thanks a lot
Franck