i want to know how to play a movie in Cocoa application
Asked
Active
Viewed 1,161 times
0
-
It's "Cocoa" not "COCOA" – Mike Abdullah Dec 28 '09 at 12:08
1 Answers
4
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
- 95,783
- 15
- 211
- 370