views:

8

answers:

0

I would like to skip through a movie using a slider (which I have successfully implemented) and believe the only option is to use the initialPlaybackTime property. I've found that to use this I need to first stop and start the video. This is a problem as I have events firing during the movieDidFinish event which I dont want to fire when scanning through.

Is there another way to do this?