Re: Stepping through frames of an NSMovie
Re: Stepping through frames of an NSMovie
- Subject: Re: Stepping through frames of an NSMovie
- From: Chris Meyer <email@hidden>
- Date: Mon, 4 Jun 2001 15:19:05 -0700
Hi Ken,
I haven't had 100% success with NSMovieViews... but, I have improved
things by inserting 'MoviesTask( [self qtMovie], 0 )' whenever I
change something in the QuickTime movie that I think the movie view
may not know about...
You might try sprinkling those in various spots in your code and then
removing any that you find experimentally unnecessary.
Let me know how it works...
Chris