I have a QTMovieView set up as an IBOutlet. I want to play the video in full screen. Which method allows this?
A:
Ólafur Waage
2009-05-10 08:49:29
Er. Monobjc? The tags clearly say that the questioner is using Objective-C, not C#. Better to use http://developer.apple.com/documentation/QuickTime/Reference/QTKitFramework/Classes/QTMovieView_Class/ for the class, and http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSView_Class/Reference/NSView.html#//apple_ref/occ/instm/NSView/enterFullScreenMode:withOptions: for the enterFullScreenMode:withOptions: method.
Peter Hosey
2009-05-10 13:41:43
Does enterFullScreenMode:withOptions: also give me the movie controls that you get when you play a movie in full screen mode in QuickTime Player?
hekevintran
2009-05-10 18:19:01
A:
See QTKit sample code at: http://developer.apple.com/mac/library/samplecode/MyMediaPlayer/listing3.html specifically the "goFullScreen" method.
geowar
2009-11-25 07:12:07