Re: QuickTime Callback

2008-02-25 Thread douglas a. welton
Check the documentation for QTMovie and you'll find the QTMovieDidEndNotification, which is posted upon completion of a movie's playback. On Feb 25, 2008, at 5:21 AM, ali alavi wrote: Hi everyone I have a list of audio segments (specified by a file name and start time and duration). Wha

QuickTime Callback

2008-02-25 Thread ali alavi
Hi everyone I have a list of audio segments (specified by a file name and start time and duration). What I want to do is to go through that list and play each segment one after the other. I am using QTMovieView : play method to play audio segments. The problem is that 'play' method returns im