hai all,
how can i play a song file bundled with the application using MPMusicPlayerController ?
code that i tried,
NSString *url = [[NSBundle mainBundle] pathForResource:@"song1" ofType:@"mp3"]; MPMusicPlayerController *myMusicPlayer=[[MPMusicPlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:url]];
[myMusicPlayer play];