user226284
user226284

Reputation: 155

play a movie in cocoa application

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

Upvotes: 0

Views: 1170

Answers (1)

Peter Hosey
Peter Hosey

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

Related Questions