djcoozy 0 Newbie Poster

Hi!

I'm trying to play different songs every time I push a button in my program. The result is always having both songs playing over one another even though I have the code player.stop(); before player.start(); called. This has been driving me nuts for two days. Does someone know a way to solve this? All I need is for the first song to stop playing and the second to start when I push the button(a button). This is without having to close and restart the player every time of course.
I have tried adding a while loop, a controllerListtener, recursion, using deallocate(), ....., still a failure.
This is not a homework, just a personal project.

Thanks in advance to all who help

Mahalo,
-djcoozy-