On Fri, Apr 10, 2009 at 7:11 AM, Memo Akten <m...@memo.tv> wrote:
> Hi All, I would like to create a custom QTMoviePlayer. I've read the QTKit
> programming guide and looked at the sample, and understand the basics of
> using QTMovie and QTMovieView. I want a custom skin (play/pause button,
> seekable controller etc.) I could do this just by using a QTMovieView
> without displaying the controller, and then building a controller from
> scratch using normal NSControl's, but I was wondering if there was a simpler
> way and the QTMovieView controller was skinnable?

As far as I know, it is not. However, building your own custom
controls is pretty easy. The APIs are all there to make the movie view
do what you want, and to get the necessary notifications so you can
keep track of what it's doing and synchronize the state of your
controls with the state of the movie.

Mike
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to