Re: displaying NSMovie
Re: displaying NSMovie
- Subject: Re: displaying NSMovie
- From: Cyril Godefroy <email@hidden>
- Date: Tue, 16 Apr 2002 18:39:22 +0200
If you don't want a MovieController, it's fairly simple. Use
showController:adjustingSize.
Furthermore, I'd say that if you are making a cocoa application,
NSMovieView is the best way to go. If you don't want it at all and
prefer plain vanilla Quicktime code, use Carbon (not my cup of tea
though).
There are several sample codes at developers.apple.com such as the
SimpleCcocoaMovie
http://developer.apple.com/samplecode/Sample_Code/Cocoa/SimpleCocoaMovie.htm
that might help you check your code.
Of course, I can also recommend to use QTkit (qtkit.sourceforge.net) but
it's still a lot a 'work in progress'. You could have a look though to
get some inspiration or add your code.
Cyril
On Tuesday, April 16, 2002, at 06:18 PM, RFM wrote:
Hello,
Can someone tell me if it is possible to use an NSMovie , it's
QTMovie result, without having the NSMovie reside in an NSMovieView and
or without the need for a movie controller? I've tried the usual
quicktime calls and am getting an empty screen. I've tried setting the
movie's clip region to a large region, etc. Any ideas would be greatly
appreciated.
Thanks in advance,
Regards,
Bob M.
_______________________________________________
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.