views:

55

answers:

0

Hi everyone!

I'm trying to write an app that will quickly move the playhead of a video based on touch events. Writing to the property currentPlaybackTime or calling seekToTime: on 3.2 and later works great, but I was wondering if there's a way to do this in 3.1? currentPlaybackTime and seekToTime were introduced in the MediaPlayback protocol in 3.2, and they do not exist in <3.1.

Any help is GREATLY appreciated! Thanks guys!