You can't really do that using NSMovieView without dropping down to  
the C-level Quicktime routines (maybe there is a python wrapper for  
these, but if so it is not documented).

If you are running on Tiger (10.4) you can use the Quicktime (QTKit)  
framework, which has much more control over the movie.

QTKit Reference: http://developer.apple.com/documentation/QuickTime/ 
Reference/QTCocoaObjCKit/index.html
Quicktime for Cocoa documentation: http://developer.apple.com/ 
documentation/Cocoa/QuickTime-date.html

Specifically, you could use the QTMovie.currentTime() and  
QTMovie.setCurrentTime_(time) methods to do what you're asking.

--Dethe

On 30-Jun-05, at 11:49 AM, Jared Barden wrote:

> Hello all,
>
> If I'm using an NSMovieView to play a given movie that is let's say
> 5:00 long, how do I tell the NSMovieView to go to 4:45? I've been
> looking around and haven't found a good answer yet.
>
> All help appreciated,
>   Jared Barden
>
> Wilcox Development Solutions
> http://www.wilcoxd.com
>
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>


Young children play in a way that is strikingly similar to the way  
scientists work --Busytown News

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to