Re: Playing movie under 10.4 behaving differently than under 10.5
Re: Playing movie under 10.4 behaving differently than under 10.5
- Subject: Re: Playing movie under 10.4 behaving differently than under 10.5
- From: development2 <email@hidden>
- Date: Thu, 23 Apr 2009 14:11:45 -0600
Never mind it looks like it is a QuickTime issue, with and older
version of it.
On Apr 23, 2009, at 9:50 AM, development2 wrote:
I am having a problems playing a movie in 10.4. I have an app that
plays a couple of different movies. These play fine under 10.5+ but
under 10.4, either they don't show at all or they get resized too
big, and don't preserve the aspect ratio. Here is the code I use the
load the movie and put it into a "QTMovieView". The class I am using
to lad the movie is "QTMovie".
QTMovie *movie = [[QTMovie movieWithFile:filePath error:&error]
retain];
[learnMoreVideo setMovie:movie];
[learnMoreVideo setControllerVisible:NO];
[learnMoreVideo setPreservesAspectRatio:YES];
I use this code to load the movie and put it into the view. Like I
said it plays fine under 10.5 but not under 10.4. What is the
difference? Is there something else I need to do on 10.4?
Thanks in advance.
_______________________________________________
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
_______________________________________________
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