Hi, I am creating an application where I want to play some wave sounds(.wav) at certain points in the app. For example, when the splash screen loads, I wish to say "Welcome to AppName". I am using Runtime.exec and i wish to do this without the default media player appearing on the screen. Is this possible, and if so, could someone give a code example.
Help is much appreciated.