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
Code:
this.play(0, int.MAX_VALUE);
The sound will play for approximately 70 years!