In response to a friend's complaints with QuickTime Player not making the rest of the screen black when set to full screen a movie, I decided to quickly whip up something that will.
I have been working with
this tutorial to get the full screen working properly and I am having a problem. Essentially, I load a movie and start it playing in a view on a normal window. Then, I hit a button that creates the full screen window and transfers that NSMovie instance to a new NSMovieView on that window. It seems to work for a few seconds but then doesn't. Soon after changing to the larger window, the video stops updating although the controller still shows progression through the movie and the audio keeps going.
Does anyone know what I can do to make sure that the video will keep going until the end of the movie?
Thanks,
Jeff.