views:

15

answers:

1

I'm trying to create a video player that plays in the dock when minimized. I'm grabbing the current frame from the QTMovie and intermittently setting it as the minimized icon, but when the window minimizes, the movie (or associated QTMovieView) pauses. How can I prevent this behavior?

+1  A: 

I did a quick test and for me the movie doesn't pause when the window is minimized. You should set a breakpoint at -[QTMovie stop] and see where it's being called from when minimized.

Ken Aspeslagh