Help with loading sound dynamically

I’m trying to load sound dynamically.
I have 4 loops (mp3) and I want them to go like this:
loop1 - loop2 -loop1 - loop3 - loop1 - loop4 and repeat…

Is this possible?
I’ve tried onSoundComplete but how will I get it to start all over?

Thanks!