Re: playing a quicktime movie in a QTMovieView
Re: playing a quicktime movie in a QTMovieView
- Subject: Re: playing a quicktime movie in a QTMovieView
- From: Roland Torres <email@hidden>
- Date: Mon, 16 Oct 2006 15:45:36 -0700
Ivan,
You might try -movieWithQuickTimeMovie:disposeWhenDone:error:
It's what I use, and it seems to work.
Roland
On Oct 16, 2006, at 3:36 PM, Ivan Kourtev wrote:
Hi,
I have been unsuccessfully trying to load a QT movie and play it
into a QTMovieView. No matter which initialization method I try to
use (for QTMovie) it returns a nil. What am I doing wrong?
Currently I have this -- but like I said, I've tried most
appropriate initializers and can't get it to work.
QTMovie *qtmov = [[QTMovie alloc] initWithFile:@"/Volumes/BigD/
Users/test/movie.mov"
error:nil];
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden