How can i use "MPMusicPlayerController" to playlist from my website in my Iphone app
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 fi开发者_C百科les automatically ?
i mean when open my app auto start 1.mp3 and when it finish 2.mp3 start automatically ?
Thanks alot :)
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.
精彩评论