Reputation: 155
i want to know how to play a movie in Cocoa application
Upvotes: 0
Views: 1170
Reputation: 96333
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.
Upvotes: 4