views:

67

answers:

1

As i know
moviePlayer.duration can get the duration of a movie, i know

playableDuration, initialPlaybackTime,endPlaybackTime,

but i want to get the current playback time of the moviePlayer .And if there has this method,which Notification should be sent to where,thank you!

+1  A: 

MPMoviePlayer adopts the MPMediaPlayback protocol since 3.2, which contains the property .currentPlaybackTime.

KennyTM
thank you!nice guy
ben