0

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

Abizern
  • 146,289
  • 39
  • 203
  • 257
user226284
  • 155
  • 1
  • 3
  • 8

1 Answers1

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