I have built an application that plays audio but when I select multiple audio files and press "Enter" , each audio file is played by different instance of same application. I want to prevent multiple copies of my application from running at the same time. Instead I want that if many audio file are run, they should be added in the media player's playlist. How can this be done ?