Search code examples
cocoaqtkit

play a movie in cocoa application


i want to know how to play a movie in Cocoa application


Solution

  • Add a QTMovieView in one of your application's windows. Set the movie view's movie to an instance of QTMovie; see the description of setMovie: on that page for details.