hello folks,
I need some experts to help me :P
I am loading my MP3 sound using the below commands but I need the sound start after 5 Sec. or any time I mean I need to control when I can start loading the sound can any one advise me what is the command to delay the sound
soundPlayer = new Sound();
soundPlayer.setVolume(100);
soundPlayer.loadSound("audio/"+x+".mp3", true);
