0

I want to use AVAudioPlayer to play MP4 files from iTunes generator. I could use UIWebView to play it and it worked, but I want to put an image of my choice on the background of the player instead of the "QuickTime"-logo.

Here is an example of the m4p file I want to play with AVAudioPlayer.

holex
  • 23,961
  • 7
  • 62
  • 76
RoundOutTooSoon
  • 9,821
  • 8
  • 35
  • 52

2 Answers2

1

If your question is, "can someone help me figure out how to use AVAudioPlayer," then I'd recommend taking a look at Apple's avTouch sample app, the documentation for AVAudioPlayer, and the guide Getting Started with Audio & Video.

Sixten Otto
  • 14,816
  • 3
  • 48
  • 60
0

When it happened to me I had a missing '/' on the end of my url. Adding that cleared me right up.

Will
  • 153
  • 2
  • 8