i'm a beginning so i hope to explain me in easy way.

how can i use MPMusicPlayerController to play sound list in my iPhone app.

if i have many mp3 files in my website how can play these files automatically ?

i mean when open my app auto start 1.mp3 and when it finish 2.mp3 start automatically ?

Thanks alot :)

link|improve this question
feedback

1 Answer

This is not possible with MPMusicPlayerController as that class can only play music from the user's iPod library. From the docs:

You use an MPMusicPlayerController object, or music player, to play media items from the iPod library.

link|improve this answer
thank you Ole, OK is there are other way for that ? what about AVAudioPlayer ? – aldebasi Jul 16 '10 at 10:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.