I'm creating a navigation controller based application. In first view, there's a button. When clicked app will play a movie for 10 seconds. In next view, there's another button. When clicked it will also play a movie. I'm using two different objects of MPMoviePlayerController in two views. But my problem is that the movie is playing in first view and not in second view. The code that I used to play is same in both the views.
What might be the problem?