Playing movie under 10.4 behaving differently than under 10.5
Playing movie under 10.4 behaving differently than under 10.5
- Subject: Playing movie under 10.4 behaving differently than under 10.5
- From: development2 <email@hidden>
- Date: Thu, 23 Apr 2009 09:50:42 -0600
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