Quote:
Originally Posted by JasonR
I don't have an example of it, but the documentation says that the notification: MPMoviePlayerContentPreloadDidFinishNotification is posted when the movie is over. You could just play it again in the notification handler.
|
i had already used all these notifications and functions but these are not useful
because the movieplayer currently running is stoped and hides itself and displays the view on which it is running..... after 1 or 2 seconds it ran again but i want to run the video in a continues loop without any break or flash....
i also tried timer control but it also doesn't work.......