views:

54

answers:

1

I need this sound http://www.sound-effect.com/sounds1/noise/Static_Stereo.wav to play in background of my site all the time. Is it possible to do this without gaps?

I understand that in most of the sites sound is annoying for users, but this site is exception. This sound is essential in this site.

A: 
soundLoop.play(0, int.MAX_VALUE);
Eugene