Infinite sound loop

Ive looked about looping a sound, everybody seems ok with the ‘999’ option. Since my sound isnt very long, but i came up in a forum, someone posted:

var mySound:Sound = new Sound(0, int.MAX_VALUE);

Works, but i was wondering if there were any better way out there. (dont bother to post about sound.COMPLETE)