I spend lot of time making classes to use with FMOD, so that it's as easy as:

Code:
CSound s1;
s1.init("song.mp3", SAMPLE, LOOP_ON);
s1.play();
If you'rte interested, I could whip one up for you.