tags:

views:

84

answers:

1

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

+2  A: 

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.

Peter Hosey