Re: How to close?
Re: How to close?
- Subject: Re: How to close?
- From: Umed Zokirov <email@hidden>
- Date: Tue, 25 Jun 2002 15:47:56 -0700
Without going deep into QuickTime API
You can use NSTimer and fire periodically to check if the movie is done
playing.
You can use QuickTime API IsMovieDone(Movie theMovie), where theMovie
is returned from NSMovie instance call QTMovie
Umed
_______________________________________________
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.