Re: How do you create a QTMovieView programmatically?
Re: How do you create a QTMovieView programmatically?
- Subject: Re: How do you create a QTMovieView programmatically?
- From: Charles Srstka <email@hidden>
- Date: Fri, 19 Aug 2011 16:19:20 -0500
On Aug 19, 2011, at 4:00 PM, Kyle Sluder wrote:
> On Fri, Aug 19, 2011 at 1:54 PM, Charles Srstka
> <email@hidden> wrote:
>> Looking through the docs for QTMovieView, it seems that not only is its only initializer, -initWithFrame: deprecated, but according to the docs it’s not even available past OS X 10.5. Surely there must be a way to initialize a QTMovieView in code, right? Or is there some other class we’re supposed to use instead of QTMovieView to view AV content?
>
> Does -initWithFrame: followed by -setMovie: not do the job?
I haven’t tried it yet, but I would assume this would not be a good way to go about doing it, given that -[QTMovieView initWithFrame:] is both listed as deprecated and also as “Available Mac OS X 10.3 through 10.5” in the docs, suggesting that it probably won’t work at all in 10.6 and up, and even if it did, it’s deprecated.
So how are we supposed to make a QTMovieView in code?
Charles_______________________________________________
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