I read from the AS3 Cookbook and the author said there is no way to make sound loop forever but there is a way to make sound plays for a very long time by using

this.play(0, int.MAX_VALUE);

The...