Re: best way to skin a QTMovie Player
Re: best way to skin a QTMovie Player
- Subject: Re: best way to skin a QTMovie Player
- From: Michael Ash <email@hidden>
- Date: Fri, 10 Apr 2009 11:53:17 -0400
On Fri, Apr 10, 2009 at 7:11 AM, Memo Akten <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden