Audio playing from stream pauses when I change focus (jme3)

Hey!



Ive implemented playing off files from a website as a stream using jme3.



The problem I am experiencing on windows 7 is that when I alt tab - the music stops playing, when I regain focus on my jme app, it starts playing where it left off.



This is quite nice - but not the experience I actually want, I want the sound to be maintained no matter what application currently has focus!



Can somebody outline the setting I need to flip to enable this. Ive looked in the audioRenderer and Listener to no avail.

Not sure if this will help, but try calling on the application the method setPauseOnLostFocus(false) (or similar)

Thats done the trick - cheers!