views:

22

answers:

1

Hello,

I almost spend one month on Object c programming and iPhone Xcode id, to get familiar. Thanks to all for providing samples and book online.

I would like to customize existing video player in such a fashion so that it could play video file from any intermediate point.

Example: - Let say video file of length 30:00 mins stopped @ min 25:00, application should get the notification along with halted point (25:00 mins). This will be stored locally, if user play same video then application will read the previous played status and accordingly run the video from point 25:00 min.

Current iPod application of iPhone also works similarly if iPod setting is "start playing=where left off". I want to develop similar functionality as part of my application. Let me knows your views.

A: 

initialPlaybackTime method of media player allows to set starting point of video.

Now how will i get played time of video? Which property will return last viewed point of video?

Thanks,

sachin