First create a MCI object.
Then put MCI objects setups like this:
Device name:
sequencer
pause command:
pause
resume command:
play
those other things you leave blank.
Then make the events like this:
Start of level ---> Send "stop music"
Send "close music"
Send "open %drive%%dir%filename.mp3 alias music"
Send "play music"
And this you shouldn´t forget:
End of the game --> Send "stop music"
Send "close music"
That should do it.
And remember to put the file in same folder where your
gamefile is.
There are two possible problems that I can think of if you're using the DMC 2 object.
#1: You forgot to to the Intialize Bass event (or something like that name)
#2: You're missing bass.dll