iphone - AVAudioPlayer issue -


Actually I am using AVAudioPlayer . My player is doing a great job (forward, revise, play, stop, quantity, progress bar). The only problem is that I can not stop the song. Therefore all songs are exaggerated. Please tell me any body where I put it [self.player stop] to stop my player when I play new song.

You have to maintain your player object, and then call the player stop before starting another track. It is difficult to tell your question, but have you actually written many songs?


Comments