QTMovie and playing backwards

2009-04-07 Thread Jeffrey Goines
Hi. I'd like to make a small program which has two playback buttons,one for regular playback and one for backwards playback. How can this be achieved? Thanks. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

Re: QTMovie and playing backwards

2009-04-07 Thread douglas welton
Give the movie a negate playback rate. If you are using QTKit's QTMovie, check the documentation for QTMovieRateAttribute or QTMOviePreferredRateAttribute. On Apr 7, 2009, at 7:56 AM, Jeffrey Goines wrote: Hi. I'd like to make a small program which has two playback buttons,one for