Re: NSMovieView problem
Re: NSMovieView problem
- Subject: Re: NSMovieView problem
- From: Jesse Douglas <email@hidden>
- Date: Wed, 24 Sep 2003 16:48:42 -0400
On Wednesday, September 24, 2003, at 01:00 AM,
email@hidden wrote:
Actually, this doesn't fix the problem. I had already tried something
like that (although I think I forgot to retain the timer. But for
whatever reason, it still gives me trouble.
It should be noted that the audio continues to play - it's just the
picture that stops. All of the other instances I could find on mamasam
seemed to indicate that the audio stopped.
Any other ideas?
Try using
MCIdle([movieView movieController]);
in the timer instead. I've noticed that that can work better than
MoviesTask() in some cases.
--
Jesse Douglas
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.