Le 24 nov. 2009 à 11:03, Symadept a écrit :

> Hi,
> 
> I figured out that when I click on the QTMovieView, it pauses and double
> clicks it plays again. How to get notified whenever the movie is paused or
> played by click and double click on the QTMovieView.
> 
> I tried all the possibilities like subclassing QTMovieView and overriding
> the following methods.
> 
> - (IBAction)play:(id)sender
> {
>    NSLog(@"play");
> }
> 
> - (IBAction)pause:(id)sender
> {
>    NSLog(@"pause");
> 
> }
> 
> But no luck.
> 
> Any help highly appreciable.

Listen movie notification, not view notification, especially 
QTMovieRateDidChangeNotification


-- Jean-Daniel




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to